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

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



772
773
774
775
776
777
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 772

class ResetNotificationSettingsRequest < Struct.new(
  :trust_anchor_id,
  :notification_setting_keys)
  SENSITIVE = []
  include Aws::Structure
end

#trust_anchor_idString

The unique identifier of the trust anchor.

Returns:

  • (String)


772
773
774
775
776
777
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 772

class ResetNotificationSettingsRequest < Struct.new(
  :trust_anchor_id,
  :notification_setting_keys)
  SENSITIVE = []
  include Aws::Structure
end