Class: Aws::ConnectCampaignsV2::Types::EmailChannelSubtypeConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCampaignsV2::Types::EmailChannelSubtypeConfig
- Defined in:
- gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb
Overview
Email 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::EmailOutboundConfig
Default Email Outbound config.
-
#outbound_mode ⇒ Types::EmailOutboundMode
Email Outbound Mode.
Instance Attribute Details
#capacity ⇒ Float
Allocates outbound capacity for the specific channel subtype of this campaign between multiple active campaigns
648 649 650 651 652 653 654 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 648 class EmailChannelSubtypeConfig < Struct.new( :capacity, :outbound_mode, :default_outbound_config) SENSITIVE = [] include Aws::Structure end |
#default_outbound_config ⇒ Types::EmailOutboundConfig
Default Email Outbound config
648 649 650 651 652 653 654 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 648 class EmailChannelSubtypeConfig < Struct.new( :capacity, :outbound_mode, :default_outbound_config) SENSITIVE = [] include Aws::Structure end |
#outbound_mode ⇒ Types::EmailOutboundMode
Email Outbound Mode
648 649 650 651 652 653 654 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 648 class EmailChannelSubtypeConfig < Struct.new( :capacity, :outbound_mode, :default_outbound_config) SENSITIVE = [] include Aws::Structure end |