Class: Aws::SSMContacts::Types::ActivateContactChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::ActivateContactChannelRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmcontacts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#activation_code ⇒ String
The code sent to the contact channel when it was created in the contact.
-
#contact_channel_id ⇒ String
The Amazon Resource Name (ARN) of the contact channel.
Instance Attribute Details
#activation_code ⇒ String
The code sent to the contact channel when it was created in the contact.
89 90 91 92 93 94 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 89 class ActivateContactChannelRequest < Struct.new( :contact_channel_id, :activation_code) SENSITIVE = [] include Aws::Structure end |
#contact_channel_id ⇒ String
The Amazon Resource Name (ARN) of the contact channel.
89 90 91 92 93 94 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 89 class ActivateContactChannelRequest < Struct.new( :contact_channel_id, :activation_code) SENSITIVE = [] include Aws::Structure end |