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

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

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



1112
1113
1114
1115
1116
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 1112

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