Class: Aws::RolesAnywhere::Types::ResetNotificationSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RolesAnywhere::Types::ResetNotificationSettingsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rolesanywhere/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#notification_setting_keys ⇒ Array<Types::NotificationSettingKey>
A list of notification setting keys to reset.
-
#trust_anchor_id ⇒ String
The unique identifier of the trust anchor.
Instance Attribute Details
#notification_setting_keys ⇒ Array<Types::NotificationSettingKey>
A list of notification setting keys to reset. A notification setting key includes the event and the channel.
770 771 772 773 774 775 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 770 class ResetNotificationSettingsRequest < Struct.new( :notification_setting_keys, :trust_anchor_id) SENSITIVE = [] include Aws::Structure end |
#trust_anchor_id ⇒ String
The unique identifier of the trust anchor.
770 771 772 773 774 775 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 770 class ResetNotificationSettingsRequest < Struct.new( :notification_setting_keys, :trust_anchor_id) SENSITIVE = [] include Aws::Structure end |