Class: Aws::ConnectCampaignsV2::Types::Campaign
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCampaignsV2::Types::Campaign
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcampaignsv2/types.rb
Overview
An Amazon Connect campaign.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The resource name of an Amazon Connect campaign.
-
#channel_subtype_config ⇒ Types::ChannelSubtypeConfig
Campaign Channel Subtype config.
-
#communication_limits_override ⇒ Types::CommunicationLimitsConfig
Communication limits config.
-
#communication_time_config ⇒ Types::CommunicationTimeConfig
Campaign communication time config.
-
#connect_campaign_flow_arn ⇒ String
Amazon Resource Names(ARN).
-
#connect_instance_id ⇒ String
Amazon Connect Instance Id.
-
#entry_limits_config ⇒ Types::EntryLimitsConfig
Campaign entry limits config.
-
#id ⇒ String
Identifier representing a Campaign.
-
#name ⇒ String
The name of an Amazon Connect Campaign name.
-
#schedule ⇒ Types::Schedule
Campaign schedule.
-
#source ⇒ Types::Source
Source of the campaign.
-
#tags ⇒ Hash<String,String>
Tag map with key and value.
-
#type ⇒ String
The type of campaign externally exposed in APIs.
Instance Attribute Details
#arn ⇒ String
The resource name of an Amazon Connect campaign.
145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 145 class Campaign < Struct.new( :id, :arn, :name, :connect_instance_id, :channel_subtype_config, :type, :source, :connect_campaign_flow_arn, :schedule, :entry_limits_config, :communication_time_config, :communication_limits_override, :tags) SENSITIVE = [] include Aws::Structure end |
#channel_subtype_config ⇒ Types::ChannelSubtypeConfig
Campaign Channel Subtype config
145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 145 class Campaign < Struct.new( :id, :arn, :name, :connect_instance_id, :channel_subtype_config, :type, :source, :connect_campaign_flow_arn, :schedule, :entry_limits_config, :communication_time_config, :communication_limits_override, :tags) SENSITIVE = [] include Aws::Structure end |
#communication_limits_override ⇒ Types::CommunicationLimitsConfig
Communication limits config
145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 145 class Campaign < Struct.new( :id, :arn, :name, :connect_instance_id, :channel_subtype_config, :type, :source, :connect_campaign_flow_arn, :schedule, :entry_limits_config, :communication_time_config, :communication_limits_override, :tags) SENSITIVE = [] include Aws::Structure end |
#communication_time_config ⇒ Types::CommunicationTimeConfig
Campaign communication time config
145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 145 class Campaign < Struct.new( :id, :arn, :name, :connect_instance_id, :channel_subtype_config, :type, :source, :connect_campaign_flow_arn, :schedule, :entry_limits_config, :communication_time_config, :communication_limits_override, :tags) SENSITIVE = [] include Aws::Structure end |
#connect_campaign_flow_arn ⇒ String
Amazon Resource Names(ARN)
145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 145 class Campaign < Struct.new( :id, :arn, :name, :connect_instance_id, :channel_subtype_config, :type, :source, :connect_campaign_flow_arn, :schedule, :entry_limits_config, :communication_time_config, :communication_limits_override, :tags) SENSITIVE = [] include Aws::Structure end |
#connect_instance_id ⇒ String
Amazon Connect Instance Id
145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 145 class Campaign < Struct.new( :id, :arn, :name, :connect_instance_id, :channel_subtype_config, :type, :source, :connect_campaign_flow_arn, :schedule, :entry_limits_config, :communication_time_config, :communication_limits_override, :tags) SENSITIVE = [] include Aws::Structure end |
#entry_limits_config ⇒ Types::EntryLimitsConfig
Campaign entry limits config
145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 145 class Campaign < Struct.new( :id, :arn, :name, :connect_instance_id, :channel_subtype_config, :type, :source, :connect_campaign_flow_arn, :schedule, :entry_limits_config, :communication_time_config, :communication_limits_override, :tags) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
Identifier representing a Campaign
145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 145 class Campaign < Struct.new( :id, :arn, :name, :connect_instance_id, :channel_subtype_config, :type, :source, :connect_campaign_flow_arn, :schedule, :entry_limits_config, :communication_time_config, :communication_limits_override, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of an Amazon Connect Campaign name.
145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 145 class Campaign < Struct.new( :id, :arn, :name, :connect_instance_id, :channel_subtype_config, :type, :source, :connect_campaign_flow_arn, :schedule, :entry_limits_config, :communication_time_config, :communication_limits_override, :tags) SENSITIVE = [] include Aws::Structure end |
#schedule ⇒ Types::Schedule
Campaign schedule
145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 145 class Campaign < Struct.new( :id, :arn, :name, :connect_instance_id, :channel_subtype_config, :type, :source, :connect_campaign_flow_arn, :schedule, :entry_limits_config, :communication_time_config, :communication_limits_override, :tags) SENSITIVE = [] include Aws::Structure end |
#source ⇒ Types::Source
Source of the campaign
145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 145 class Campaign < Struct.new( :id, :arn, :name, :connect_instance_id, :channel_subtype_config, :type, :source, :connect_campaign_flow_arn, :schedule, :entry_limits_config, :communication_time_config, :communication_limits_override, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Tag map with key and value.
145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 145 class Campaign < Struct.new( :id, :arn, :name, :connect_instance_id, :channel_subtype_config, :type, :source, :connect_campaign_flow_arn, :schedule, :entry_limits_config, :communication_time_config, :communication_limits_override, :tags) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of campaign externally exposed in APIs.
145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 145 class Campaign < Struct.new( :id, :arn, :name, :connect_instance_id, :channel_subtype_config, :type, :source, :connect_campaign_flow_arn, :schedule, :entry_limits_config, :communication_time_config, :communication_limits_override, :tags) SENSITIVE = [] include Aws::Structure end |