Class: Aws::ConnectCampaignsV2::Types::SmsChannelSubtypeParameters

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

Overview

Parameters for the SMS Channel Subtype

Constant Summary collapse

SENSITIVE =
[:destination_phone_number, :template_parameters]

Instance Attribute Summary collapse

Instance Attribute Details

#connect_source_phone_number_arnString

Amazon Resource Names(ARN)

Returns:

  • (String)


1734
1735
1736
1737
1738
1739
1740
1741
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 1734

class SmsChannelSubtypeParameters < Struct.new(
  :destination_phone_number,
  :connect_source_phone_number_arn,
  :template_arn,
  :template_parameters)
  SENSITIVE = [:destination_phone_number, :template_parameters]
  include Aws::Structure
end

#destination_phone_numberString

The phone number of the customer, in E.164 format.

Returns:

  • (String)


1734
1735
1736
1737
1738
1739
1740
1741
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 1734

class SmsChannelSubtypeParameters < Struct.new(
  :destination_phone_number,
  :connect_source_phone_number_arn,
  :template_arn,
  :template_parameters)
  SENSITIVE = [:destination_phone_number, :template_parameters]
  include Aws::Structure
end

#template_arnString

Amazon Resource Names(ARN)

Returns:

  • (String)


1734
1735
1736
1737
1738
1739
1740
1741
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 1734

class SmsChannelSubtypeParameters < Struct.new(
  :destination_phone_number,
  :connect_source_phone_number_arn,
  :template_arn,
  :template_parameters)
  SENSITIVE = [:destination_phone_number, :template_parameters]
  include Aws::Structure
end

#template_parametersHash<String,String>

A custom key-value pair using an attribute map. The attributes are standard Amazon Connect attributes, and can be accessed in contact flows just like any other contact attributes.

Returns:

  • (Hash<String,String>)


1734
1735
1736
1737
1738
1739
1740
1741
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 1734

class SmsChannelSubtypeParameters < Struct.new(
  :destination_phone_number,
  :connect_source_phone_number_arn,
  :template_arn,
  :template_parameters)
  SENSITIVE = [:destination_phone_number, :template_parameters]
  include Aws::Structure
end