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:



758
759
760
761
762
763
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 758

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)


758
759
760
761
762
763
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 758

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