Class: Aws::ConnectCampaignsV2::Types::CampaignSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCampaignsV2::Types::CampaignSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcampaignsv2/types.rb
Overview
An Amazon Connect campaign summary.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The resource name of an Amazon Connect campaign.
-
#channel_subtypes ⇒ Array<String>
Channel subtype list.
-
#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.
-
#type ⇒ String
The type of campaign externally exposed in APIs.
Instance Attribute Details
#arn ⇒ String
The resource name of an Amazon Connect campaign.
187 188 189 190 191 192 193 194 195 196 197 198 199 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 187 class CampaignSummary < Struct.new( :id, :arn, :name, :connect_instance_id, :channel_subtypes, :type, :schedule, :entry_limits_config, :connect_campaign_flow_arn) SENSITIVE = [] include Aws::Structure end |
#channel_subtypes ⇒ Array<String>
Channel subtype list
187 188 189 190 191 192 193 194 195 196 197 198 199 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 187 class CampaignSummary < Struct.new( :id, :arn, :name, :connect_instance_id, :channel_subtypes, :type, :schedule, :entry_limits_config, :connect_campaign_flow_arn) SENSITIVE = [] include Aws::Structure end |
#connect_campaign_flow_arn ⇒ String
Amazon Resource Names(ARN)
187 188 189 190 191 192 193 194 195 196 197 198 199 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 187 class CampaignSummary < Struct.new( :id, :arn, :name, :connect_instance_id, :channel_subtypes, :type, :schedule, :entry_limits_config, :connect_campaign_flow_arn) SENSITIVE = [] include Aws::Structure end |
#connect_instance_id ⇒ String
Amazon Connect Instance Id
187 188 189 190 191 192 193 194 195 196 197 198 199 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 187 class CampaignSummary < Struct.new( :id, :arn, :name, :connect_instance_id, :channel_subtypes, :type, :schedule, :entry_limits_config, :connect_campaign_flow_arn) SENSITIVE = [] include Aws::Structure end |
#entry_limits_config ⇒ Types::EntryLimitsConfig
Campaign entry limits config
187 188 189 190 191 192 193 194 195 196 197 198 199 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 187 class CampaignSummary < Struct.new( :id, :arn, :name, :connect_instance_id, :channel_subtypes, :type, :schedule, :entry_limits_config, :connect_campaign_flow_arn) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
Identifier representing a Campaign
187 188 189 190 191 192 193 194 195 196 197 198 199 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 187 class CampaignSummary < Struct.new( :id, :arn, :name, :connect_instance_id, :channel_subtypes, :type, :schedule, :entry_limits_config, :connect_campaign_flow_arn) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of an Amazon Connect Campaign name.
187 188 189 190 191 192 193 194 195 196 197 198 199 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 187 class CampaignSummary < Struct.new( :id, :arn, :name, :connect_instance_id, :channel_subtypes, :type, :schedule, :entry_limits_config, :connect_campaign_flow_arn) SENSITIVE = [] include Aws::Structure end |
#schedule ⇒ Types::Schedule
Campaign schedule
187 188 189 190 191 192 193 194 195 196 197 198 199 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 187 class CampaignSummary < Struct.new( :id, :arn, :name, :connect_instance_id, :channel_subtypes, :type, :schedule, :entry_limits_config, :connect_campaign_flow_arn) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of campaign externally exposed in APIs.
187 188 189 190 191 192 193 194 195 196 197 198 199 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 187 class CampaignSummary < Struct.new( :id, :arn, :name, :connect_instance_id, :channel_subtypes, :type, :schedule, :entry_limits_config, :connect_campaign_flow_arn) SENSITIVE = [] include Aws::Structure end |