Class: Aws::RolesAnywhere::Types::ResetNotificationSettingsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rolesanywhere/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#notification_setting_keysArray<Types::NotificationSettingKey>

A list of notification setting keys to reset. A notification setting key includes the event and the channel.

Returns:



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_idString

The unique identifier of the trust anchor.

Returns:

  • (String)


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