Class: Aws::ConnectCampaignsV2::Types::ChannelSubtypeConfig

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

Overview

Campaign Channel Subtype config

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#emailTypes::EmailChannelSubtypeConfig

Email Channel Subtype config



221
222
223
224
225
226
227
228
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 221

class ChannelSubtypeConfig < Struct.new(
  :telephony,
  :sms,
  :email,
  :whats_app)
  SENSITIVE = []
  include Aws::Structure
end

#smsTypes::SmsChannelSubtypeConfig

SMS Channel Subtype config



221
222
223
224
225
226
227
228
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 221

class ChannelSubtypeConfig < Struct.new(
  :telephony,
  :sms,
  :email,
  :whats_app)
  SENSITIVE = []
  include Aws::Structure
end

#telephonyTypes::TelephonyChannelSubtypeConfig

Telephony Channel Subtype config



221
222
223
224
225
226
227
228
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 221

class ChannelSubtypeConfig < Struct.new(
  :telephony,
  :sms,
  :email,
  :whats_app)
  SENSITIVE = []
  include Aws::Structure
end

#whats_appTypes::WhatsAppChannelSubtypeConfig

WhatsApp Channel Subtype config



221
222
223
224
225
226
227
228
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 221

class ChannelSubtypeConfig < Struct.new(
  :telephony,
  :sms,
  :email,
  :whats_app)
  SENSITIVE = []
  include Aws::Structure
end