Class: Aws::ConnectCampaignsV2::Types::Campaign
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCampaignsV2::Types::Campaign
- Defined in:
- gems/aws-sdk-connectcampaignsv2/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.
-
#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.
Instance Attribute Details
#arn ⇒ String
The resource name of an Amazon Connect campaign.
107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 107 class Campaign < Struct.new( :id, :arn, :name, :connect_instance_id, :channel_subtype_config, :source, :connect_campaign_flow_arn, :schedule, :communication_time_config, :communication_limits_override, :tags) SENSITIVE = [] include Aws::Structure end |
#channel_subtype_config ⇒ Types::ChannelSubtypeConfig
Campaign Channel Subtype config
107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 107 class Campaign < Struct.new( :id, :arn, :name, :connect_instance_id, :channel_subtype_config, :source, :connect_campaign_flow_arn, :schedule, :communication_time_config, :communication_limits_override, :tags) SENSITIVE = [] include Aws::Structure end |
#communication_limits_override ⇒ Types::CommunicationLimitsConfig
Communication limits config
107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 107 class Campaign < Struct.new( :id, :arn, :name, :connect_instance_id, :channel_subtype_config, :source, :connect_campaign_flow_arn, :schedule, :communication_time_config, :communication_limits_override, :tags) SENSITIVE = [] include Aws::Structure end |
#communication_time_config ⇒ Types::CommunicationTimeConfig
Campaign communication time config
107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 107 class Campaign < Struct.new( :id, :arn, :name, :connect_instance_id, :channel_subtype_config, :source, :connect_campaign_flow_arn, :schedule, :communication_time_config, :communication_limits_override, :tags) SENSITIVE = [] include Aws::Structure end |
#connect_campaign_flow_arn ⇒ String
Amazon Resource Names(ARN)
107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 107 class Campaign < Struct.new( :id, :arn, :name, :connect_instance_id, :channel_subtype_config, :source, :connect_campaign_flow_arn, :schedule, :communication_time_config, :communication_limits_override, :tags) SENSITIVE = [] include Aws::Structure end |
#connect_instance_id ⇒ String
Amazon Connect Instance Id
107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 107 class Campaign < Struct.new( :id, :arn, :name, :connect_instance_id, :channel_subtype_config, :source, :connect_campaign_flow_arn, :schedule, :communication_time_config, :communication_limits_override, :tags) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
Identifier representing a Campaign
107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 107 class Campaign < Struct.new( :id, :arn, :name, :connect_instance_id, :channel_subtype_config, :source, :connect_campaign_flow_arn, :schedule, :communication_time_config, :communication_limits_override, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of an Amazon Connect Campaign name.
107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 107 class Campaign < Struct.new( :id, :arn, :name, :connect_instance_id, :channel_subtype_config, :source, :connect_campaign_flow_arn, :schedule, :communication_time_config, :communication_limits_override, :tags) SENSITIVE = [] include Aws::Structure end |
#schedule ⇒ Types::Schedule
Campaign schedule
107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 107 class Campaign < Struct.new( :id, :arn, :name, :connect_instance_id, :channel_subtype_config, :source, :connect_campaign_flow_arn, :schedule, :communication_time_config, :communication_limits_override, :tags) SENSITIVE = [] include Aws::Structure end |
#source ⇒ Types::Source
Source of the campaign
107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 107 class Campaign < Struct.new( :id, :arn, :name, :connect_instance_id, :channel_subtype_config, :source, :connect_campaign_flow_arn, :schedule, :communication_time_config, :communication_limits_override, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Tag map with key and value.
107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 107 class Campaign < Struct.new( :id, :arn, :name, :connect_instance_id, :channel_subtype_config, :source, :connect_campaign_flow_arn, :schedule, :communication_time_config, :communication_limits_override, :tags) SENSITIVE = [] include Aws::Structure end |