Class: Aws::SSMContacts::Types::SendActivationCodeRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contact_channel_idString

The Amazon Resource Name (ARN) of the contact channel.

Returns:

  • (String)


2088
2089
2090
2091
2092
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 2088

class SendActivationCodeRequest < Struct.new(
  :contact_channel_id)
  SENSITIVE = []
  include Aws::Structure
end