Class: Aws::ConnectCampaignsV2::Types::UpdateCampaignSourceRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connectcampaignsv2/types.rb

Overview

The request for UpdateCampaignSource API.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

Identifier representing a Campaign

Returns:

  • (String)


2286
2287
2288
2289
2290
2291
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 2286

class UpdateCampaignSourceRequest < Struct.new(
  :id,
  :source)
  SENSITIVE = []
  include Aws::Structure
end

#sourceTypes::Source

Source of the campaign

Returns:



2286
2287
2288
2289
2290
2291
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 2286

class UpdateCampaignSourceRequest < Struct.new(
  :id,
  :source)
  SENSITIVE = []
  include Aws::Structure
end