Class: Aws::SSMContacts::Types::DeleteContactChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::DeleteContactChannelRequest
- 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.
Instance Attribute Details
#contact_channel_id ⇒ String
The Amazon Resource Name (ARN) of the contact channel.
587 588 589 590 591 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 587 class DeleteContactChannelRequest < Struct.new( :contact_channel_id) SENSITIVE = [] include Aws::Structure end |