Class: Aws::RolesAnywhere::Types::NotificationSettingKey
- Inherits:
-
Struct
- Object
- Struct
- Aws::RolesAnywhere::Types::NotificationSettingKey
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rolesanywhere/types.rb
Overview
A notification setting key to reset. A notification setting key includes the event and the channel.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel ⇒ String
The specified channel of notification.
-
#event ⇒ String
The notification setting event to reset.
Instance Attribute Details
#channel ⇒ String
The specified channel of notification.
583 584 585 586 587 588 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 583 class NotificationSettingKey < Struct.new( :channel, :event) SENSITIVE = [] include Aws::Structure end |
#event ⇒ String
The notification setting event to reset.
583 584 585 586 587 588 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 583 class NotificationSettingKey < Struct.new( :channel, :event) SENSITIVE = [] include Aws::Structure end |