Class: Aws::Notifications::Types::UpdateManagedNotificationChannelAssociationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_identifierString

The identifier of the channel association to update. You can specify one of the following:

  • An Account contact identifier.

  • A Channel ARN.

Returns:

  • (String)


3518
3519
3520
3521
3522
3523
3524
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 3518

class UpdateManagedNotificationChannelAssociationRequest < Struct.new(
  :managed_notification_configuration_arn,
  :channel_identifier,
  :is_sensitive_events_subscribed)
  SENSITIVE = []
  include Aws::Structure
end

#is_sensitive_events_subscribedBoolean

Specifies whether the association is subscribed to sensitive events. The notifications:SubscribeSensitiveEvents permission controls access to sensitive events.

Returns:

  • (Boolean)


3518
3519
3520
3521
3522
3523
3524
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 3518

class UpdateManagedNotificationChannelAssociationRequest < Struct.new(
  :managed_notification_configuration_arn,
  :channel_identifier,
  :is_sensitive_events_subscribed)
  SENSITIVE = []
  include Aws::Structure
end

#managed_notification_configuration_arnString

The Amazon Resource Name (ARN) of the ManagedNotificationConfiguration whose Channel association property you want to update.

Returns:

  • (String)


3518
3519
3520
3521
3522
3523
3524
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 3518

class UpdateManagedNotificationChannelAssociationRequest < Struct.new(
  :managed_notification_configuration_arn,
  :channel_identifier,
  :is_sensitive_events_subscribed)
  SENSITIVE = []
  include Aws::Structure
end