Class: Aws::RolesAnywhere::Types::PutNotificationSettingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RolesAnywhere::Types::PutNotificationSettingsResponse
- Includes:
- Structure
- Defined in:
- 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.
753 754 755 756 757 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 753 class PutNotificationSettingsResponse < Struct.new( :trust_anchor) SENSITIVE = [] include Aws::Structure end |