Class: Aws::SSMContacts::Types::DeactivateContactChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::DeactivateContactChannelRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmcontacts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_channel_id ⇒ String
The Amazon Resource Name (ARN) of the contact channel you’re deactivating.
Instance Attribute Details
#contact_channel_id ⇒ String
The Amazon Resource Name (ARN) of the contact channel you’re deactivating.
571 572 573 574 575 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 571 class DeactivateContactChannelRequest < Struct.new( :contact_channel_id) SENSITIVE = [] include Aws::Structure end |