Class: Aws::ConnectCampaignsV2::Types::UpdateCampaignNameRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCampaignsV2::Types::UpdateCampaignNameRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcampaignsv2/types.rb
Overview
The request for UpdateCampaignName API.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
Identifier representing a Campaign.
-
#name ⇒ String
The name of an Amazon Connect Campaign name.
Instance Attribute Details
#id ⇒ String
Identifier representing a Campaign
2459 2460 2461 2462 2463 2464 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 2459 class UpdateCampaignNameRequest < Struct.new( :id, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of an Amazon Connect Campaign name.
2459 2460 2461 2462 2463 2464 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 2459 class UpdateCampaignNameRequest < Struct.new( :id, :name) SENSITIVE = [] include Aws::Structure end |