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.
115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 115 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
115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 115 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
115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 115 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
115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 115 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)
115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 115 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
115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 115 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
115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 115 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
115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 115 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.
115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 115 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
115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 115 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
115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 115 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.
115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 115 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.
115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 115 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 |