Class: Aws::ConnectCampaignsV2::Types::CreateCampaignResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

The resource name of an Amazon Connect campaign.

Returns:

  • (String)


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

#idString

Identifier representing a Campaign

Returns:

  • (String)


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

#tagsHash<String,String>

Tag map with key and value.

Returns:

  • (Hash<String,String>)


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