Class: Aws::Notifications::Types::AssociateManagedNotificationAccountContactRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Notifications::Types::AssociateManagedNotificationAccountContactRequest
- Defined in:
- gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_identifier ⇒ String
A unique value of an Account Contact Type to associate with the
ManagedNotificationConfiguration. -
#is_sensitive_events_subscribed ⇒ Boolean
Specifies whether this contact is subscribed to sensitive events.
-
#managed_notification_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the
ManagedNotificationConfigurationto associate with the Account Contact.
Instance Attribute Details
#contact_identifier ⇒ String
A unique value of an Account Contact Type to associate with the
ManagedNotificationConfiguration.
146 147 148 149 150 151 152 |
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 146 class AssociateManagedNotificationAccountContactRequest < Struct.new( :contact_identifier, :managed_notification_configuration_arn, :is_sensitive_events_subscribed) SENSITIVE = [] include Aws::Structure end |
#is_sensitive_events_subscribed ⇒ Boolean
Specifies whether this contact is subscribed to sensitive events.
The notifications:SubscribeSensitiveEvents permission controls
access to sensitive events. Defaults to false.
146 147 148 149 150 151 152 |
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 146 class AssociateManagedNotificationAccountContactRequest < Struct.new( :contact_identifier, :managed_notification_configuration_arn, :is_sensitive_events_subscribed) SENSITIVE = [] include Aws::Structure end |
#managed_notification_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the
ManagedNotificationConfiguration to associate with the Account
Contact.
146 147 148 149 150 151 152 |
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 146 class AssociateManagedNotificationAccountContactRequest < Struct.new( :contact_identifier, :managed_notification_configuration_arn, :is_sensitive_events_subscribed) SENSITIVE = [] include Aws::Structure end |