Class: Aws::RolesAnywhere::Types::TrustAnchorDetailResponse

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_anchorTypes::TrustAnchorDetail

The state of the trust anchor after a read or write operation.



1124
1125
1126
1127
1128
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 1124

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