Class: Aws::Notifications::Types::UpdateManagedNotificationChannelAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Notifications::Types::UpdateManagedNotificationChannelAssociationRequest
- Defined in:
- gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_identifier ⇒ String
The identifier of the channel association to update.
-
#is_sensitive_events_subscribed ⇒ Boolean
Specifies whether the association is subscribed to sensitive events.
-
#managed_notification_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the
ManagedNotificationConfigurationwhose Channel association property you want to update.
Instance Attribute Details
#channel_identifier ⇒ String
The identifier of the channel association to update. You can specify one of the following:
An Account contact identifier.
A Channel ARN.
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_subscribed ⇒ Boolean
Specifies whether the association is subscribed to sensitive events.
The notifications:SubscribeSensitiveEvents permission controls
access to sensitive events.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the
ManagedNotificationConfiguration whose Channel association
property you want to update.
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 |