Class: Aws::RolesAnywhere::Types::ResetNotificationSettingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RolesAnywhere::Types::ResetNotificationSettingsResponse
- Defined in:
- gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#trust_anchor ⇒ Types::TrustAnchorDetail
The state of the trust anchor after a read or write operation.
Instance Attribute Details
#trust_anchor ⇒ Types::TrustAnchorDetail
The state of the trust anchor after a read or write operation.
783 784 785 786 787 |
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 783 class ResetNotificationSettingsResponse < Struct.new( :trust_anchor) SENSITIVE = [] include Aws::Structure end |