Class: Aws::RolesAnywhere::Types::ScalarTrustAnchorRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#trust_anchor_idString

The unique identifier of the trust anchor.

Returns:

  • (String)


832
833
834
835
836
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 832

class ScalarTrustAnchorRequest < Struct.new(
  :trust_anchor_id)
  SENSITIVE = []
  include Aws::Structure
end