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)


2572
2573
2574
2575
2576
2577
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 2572

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

#sourceTypes::Source

Source of the campaign

Returns:



2572
2573
2574
2575
2576
2577
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 2572

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