Class: Aws::RolesAnywhere::Types::PutNotificationSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RolesAnywhere::Types::PutNotificationSettingsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rolesanywhere/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#notification_settings ⇒ Array<Types::NotificationSetting>
A list of notification settings to be associated to the trust anchor.
-
#trust_anchor_id ⇒ String
The unique identifier of the trust anchor.
Instance Attribute Details
#notification_settings ⇒ Array<Types::NotificationSetting>
A list of notification settings to be associated to the trust anchor.
740 741 742 743 744 745 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 740 class PutNotificationSettingsRequest < Struct.new( :notification_settings, :trust_anchor_id) SENSITIVE = [] include Aws::Structure end |
#trust_anchor_id ⇒ String
The unique identifier of the trust anchor.
740 741 742 743 744 745 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 740 class PutNotificationSettingsRequest < Struct.new( :notification_settings, :trust_anchor_id) SENSITIVE = [] include Aws::Structure end |