Class: Aws::ConnectCampaignsV2::Types::ChannelSubtypeParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCampaignsV2::Types::ChannelSubtypeParameters
- Defined in:
- gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb
Overview
Note:
ChannelSubtypeParameters is a union - when making an API calls you must set exactly one of the members.
ChannelSubtypeParameters for an outbound request
Defined Under Namespace
Classes: Email, Sms, Telephony, Unknown, WhatsApp
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#email ⇒ Types::EmailChannelSubtypeParameters
Parameters for the Email Channel Subtype.
-
#sms ⇒ Types::SmsChannelSubtypeParameters
Parameters for the SMS Channel Subtype.
-
#telephony ⇒ Types::TelephonyChannelSubtypeParameters
Parameters for the Telephony Channel Subtype.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#whats_app ⇒ Types::WhatsAppChannelSubtypeParameters
Parameters for the WhatsApp Channel Subtype.
Instance Attribute Details
#email ⇒ Types::EmailChannelSubtypeParameters
Parameters for the Email Channel Subtype
242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 242 class ChannelSubtypeParameters < Struct.new( :telephony, :sms, :email, :whats_app, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class Telephony < ChannelSubtypeParameters; end class Sms < ChannelSubtypeParameters; end class Email < ChannelSubtypeParameters; end class WhatsApp < ChannelSubtypeParameters; end class Unknown < ChannelSubtypeParameters; end end |
#sms ⇒ Types::SmsChannelSubtypeParameters
Parameters for the SMS Channel Subtype
242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 242 class ChannelSubtypeParameters < Struct.new( :telephony, :sms, :email, :whats_app, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class Telephony < ChannelSubtypeParameters; end class Sms < ChannelSubtypeParameters; end class Email < ChannelSubtypeParameters; end class WhatsApp < ChannelSubtypeParameters; end class Unknown < ChannelSubtypeParameters; end end |
#telephony ⇒ Types::TelephonyChannelSubtypeParameters
Parameters for the Telephony Channel Subtype
242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 242 class ChannelSubtypeParameters < Struct.new( :telephony, :sms, :email, :whats_app, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class Telephony < ChannelSubtypeParameters; end class Sms < ChannelSubtypeParameters; end class Email < ChannelSubtypeParameters; end class WhatsApp < ChannelSubtypeParameters; end class Unknown < ChannelSubtypeParameters; end end |
#unknown ⇒ Object
Returns the value of attribute unknown
242 243 244 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 242 def unknown @unknown end |
#whats_app ⇒ Types::WhatsAppChannelSubtypeParameters
Parameters for the WhatsApp Channel Subtype
242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 242 class ChannelSubtypeParameters < Struct.new( :telephony, :sms, :email, :whats_app, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class Telephony < ChannelSubtypeParameters; end class Sms < ChannelSubtypeParameters; end class Email < ChannelSubtypeParameters; end class WhatsApp < ChannelSubtypeParameters; end class Unknown < ChannelSubtypeParameters; end end |