Class: Aws::ConnectCampaignsV2::Types::WhatsAppChannelSubtypeConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCampaignsV2::Types::WhatsAppChannelSubtypeConfig
- Defined in:
- gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb
Overview
WhatsApp 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::WhatsAppOutboundConfig
Default WhatsApp Outbound config.
-
#outbound_mode ⇒ Types::WhatsAppOutboundMode
WhatsApp Outbound Mode.
Instance Attribute Details
#capacity ⇒ Float
Allocates outbound capacity for the specific channel subtype of this campaign between multiple active campaigns
2541 2542 2543 2544 2545 2546 2547 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 2541 class WhatsAppChannelSubtypeConfig < Struct.new( :capacity, :outbound_mode, :default_outbound_config) SENSITIVE = [] include Aws::Structure end |
#default_outbound_config ⇒ Types::WhatsAppOutboundConfig
Default WhatsApp Outbound config
2541 2542 2543 2544 2545 2546 2547 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 2541 class WhatsAppChannelSubtypeConfig < Struct.new( :capacity, :outbound_mode, :default_outbound_config) SENSITIVE = [] include Aws::Structure end |
#outbound_mode ⇒ Types::WhatsAppOutboundMode
WhatsApp Outbound Mode
2541 2542 2543 2544 2545 2546 2547 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 2541 class WhatsAppChannelSubtypeConfig < Struct.new( :capacity, :outbound_mode, :default_outbound_config) SENSITIVE = [] include Aws::Structure end |