Class: Aws::ConnectCampaignsV2::Types::SmsChannelSubtypeConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCampaignsV2::Types::SmsChannelSubtypeConfig
- Defined in:
- gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb
Overview
SMS Channel Subtype config
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capacity ⇒ Float
Allocates outbound capacity for the specific channel subtype of this campaign between multiple active campaigns.
-
#default_outbound_config ⇒ Types::SmsOutboundConfig
Default SMS Outbound config.
-
#outbound_mode ⇒ Types::SmsOutboundMode
SMS Outbound Mode.
Instance Attribute Details
#capacity ⇒ Float
Allocates outbound capacity for the specific channel subtype of this campaign between multiple active campaigns
1704 1705 1706 1707 1708 1709 1710 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 1704 class SmsChannelSubtypeConfig < Struct.new( :capacity, :outbound_mode, :default_outbound_config) SENSITIVE = [] include Aws::Structure end |
#default_outbound_config ⇒ Types::SmsOutboundConfig
Default SMS Outbound config
1704 1705 1706 1707 1708 1709 1710 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 1704 class SmsChannelSubtypeConfig < Struct.new( :capacity, :outbound_mode, :default_outbound_config) SENSITIVE = [] include Aws::Structure end |
#outbound_mode ⇒ Types::SmsOutboundMode
SMS Outbound Mode
1704 1705 1706 1707 1708 1709 1710 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 1704 class SmsChannelSubtypeConfig < Struct.new( :capacity, :outbound_mode, :default_outbound_config) SENSITIVE = [] include Aws::Structure end |