Class: Aws::ConnectCampaignsV2::Types::ChannelSubtypeConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCampaignsV2::Types::ChannelSubtypeConfig
- Defined in:
- gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb
Overview
Campaign Channel Subtype config
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#email ⇒ Types::EmailChannelSubtypeConfig
Email Channel Subtype config.
-
#sms ⇒ Types::SmsChannelSubtypeConfig
SMS Channel Subtype config.
-
#telephony ⇒ Types::TelephonyChannelSubtypeConfig
Telephony Channel Subtype config.
Instance Attribute Details
#email ⇒ Types::EmailChannelSubtypeConfig
Email Channel Subtype config
197 198 199 200 201 202 203 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 197 class ChannelSubtypeConfig < Struct.new( :telephony, :sms, :email) SENSITIVE = [] include Aws::Structure end |
#sms ⇒ Types::SmsChannelSubtypeConfig
SMS Channel Subtype config
197 198 199 200 201 202 203 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 197 class ChannelSubtypeConfig < Struct.new( :telephony, :sms, :email) SENSITIVE = [] include Aws::Structure end |
#telephony ⇒ Types::TelephonyChannelSubtypeConfig
Telephony Channel Subtype config
197 198 199 200 201 202 203 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 197 class ChannelSubtypeConfig < Struct.new( :telephony, :sms, :email) SENSITIVE = [] include Aws::Structure end |