Class: Aws::RolesAnywhere::Types::PutNotificationSettingsRequest

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_settingsArray<Types::NotificationSetting>

A list of notification settings to be associated to the trust anchor.

Returns:



740
741
742
743
744
745
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 740

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

#trust_anchor_idString

The unique identifier of the trust anchor.

Returns:

  • (String)


740
741
742
743
744
745
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 740

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