Class: Aws::ConnectCampaignsV2::Types::CreateCampaignResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCampaignsV2::Types::CreateCampaignResponse
- Defined in:
- gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb
Overview
The response for Create Campaign API
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The resource name of an Amazon Connect campaign.
-
#id ⇒ String
Identifier representing a Campaign.
-
#tags ⇒ Hash<String,String>
Tag map with key and value.
Instance Attribute Details
#arn ⇒ String
The resource name of an Amazon Connect campaign.
419 420 421 422 423 424 425 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 419 class CreateCampaignResponse < Struct.new( :id, :arn, :tags) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
Identifier representing a Campaign
419 420 421 422 423 424 425 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 419 class CreateCampaignResponse < Struct.new( :id, :arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Tag map with key and value.
419 420 421 422 423 424 425 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 419 class CreateCampaignResponse < Struct.new( :id, :arn, :tags) SENSITIVE = [] include Aws::Structure end |