Class: Aws::SSMContacts::Types::SendActivationCodeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::SendActivationCodeRequest
- 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.
2088 2089 2090 2091 2092 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 2088 class SendActivationCodeRequest < Struct.new( :contact_channel_id) SENSITIVE = [] include Aws::Structure end |