Class: Aws::Notifications::Types::DisassociateManagedNotificationAccountContactRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Notifications::Types::DisassociateManagedNotificationAccountContactRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-notifications/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_identifier ⇒ String
The unique value of an Account Contact Type to associate with the ‘ManagedNotificationConfiguration`.
-
#managed_notification_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the ‘ManagedNotificationConfiguration` to associate with the Account Contact.
Instance Attribute Details
#contact_identifier ⇒ String
The unique value of an Account Contact Type to associate with the ‘ManagedNotificationConfiguration`.
492 493 494 495 496 497 |
# File 'lib/aws-sdk-notifications/types.rb', line 492 class DisassociateManagedNotificationAccountContactRequest < Struct.new( :contact_identifier, :managed_notification_configuration_arn) SENSITIVE = [] include Aws::Structure end |
#managed_notification_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the ‘ManagedNotificationConfiguration` to associate with the Account Contact.
492 493 494 495 496 497 |
# File 'lib/aws-sdk-notifications/types.rb', line 492 class DisassociateManagedNotificationAccountContactRequest < Struct.new( :contact_identifier, :managed_notification_configuration_arn) SENSITIVE = [] include Aws::Structure end |