Class: Aws::ConnectCampaignsV2::Types::UpdateCampaignSourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCampaignsV2::Types::UpdateCampaignSourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcampaignsv2/types.rb
Overview
The request for UpdateCampaignSource API.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
Identifier representing a Campaign.
-
#source ⇒ Types::Source
Source of the campaign.
Instance Attribute Details
#id ⇒ String
Identifier representing a Campaign
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 |
#source ⇒ Types::Source
Source of the campaign
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 |