Class: Aws::RolesAnywhere::Types::NotificationSettingKey

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rolesanywhere/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

Instance Attribute Details

#channelString

The specified channel of notification.

Returns:

  • (String)


577
578
579
580
581
582
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 577

class NotificationSettingKey < Struct.new(
  :channel,
  :event)
  SENSITIVE = []
  include Aws::Structure
end

#eventString

The notification setting event to reset.

Returns:

  • (String)


577
578
579
580
581
582
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 577

class NotificationSettingKey < Struct.new(
  :channel,
  :event)
  SENSITIVE = []
  include Aws::Structure
end