Class: Aws::ConnectCampaignService::Types::CreateCampaignResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice/types.rb

Overview

The response for Create Campaign API

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The resource name of an Amazon Connect campaign.

Returns:

  • (String)


218
219
220
221
222
223
224
# File 'gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice/types.rb', line 218

class CreateCampaignResponse < Struct.new(
  :id,
  :arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#idString

Identifier representing a Campaign

Returns:

  • (String)


218
219
220
221
222
223
224
# File 'gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice/types.rb', line 218

class CreateCampaignResponse < Struct.new(
  :id,
  :arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Tag map with key and value.

Returns:

  • (Hash<String,String>)


218
219
220
221
222
223
224
# File 'gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice/types.rb', line 218

class CreateCampaignResponse < Struct.new(
  :id,
  :arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end