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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


844
845
846
847
848
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 844

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