Class: Aws::ConnectCampaignsV2::Types::SmsChannelSubtypeConfig

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

Overview

SMS Channel Subtype config

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#capacityFloat

Allocates outbound capacity for the specific channel subtype of this campaign between multiple active campaigns

Returns:

  • (Float)


1936
1937
1938
1939
1940
1941
1942
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 1936

class SmsChannelSubtypeConfig < Struct.new(
  :capacity,
  :outbound_mode,
  :default_outbound_config)
  SENSITIVE = []
  include Aws::Structure
end

#default_outbound_configTypes::SmsOutboundConfig

Default SMS Outbound config



1936
1937
1938
1939
1940
1941
1942
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 1936

class SmsChannelSubtypeConfig < Struct.new(
  :capacity,
  :outbound_mode,
  :default_outbound_config)
  SENSITIVE = []
  include Aws::Structure
end

#outbound_modeTypes::SmsOutboundMode

SMS Outbound Mode



1936
1937
1938
1939
1940
1941
1942
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 1936

class SmsChannelSubtypeConfig < Struct.new(
  :capacity,
  :outbound_mode,
  :default_outbound_config)
  SENSITIVE = []
  include Aws::Structure
end