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
2497 2498 2499 2500 2501 2502 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 2497 class UpdateCampaignSourceRequest < Struct.new( :id, :source) SENSITIVE = [] include Aws::Structure end |
#source ⇒ Types::Source
Source of the campaign
2497 2498 2499 2500 2501 2502 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 2497 class UpdateCampaignSourceRequest < Struct.new( :id, :source) SENSITIVE = [] include Aws::Structure end |