Class: Aws::ConnectCampaignsV2::Types::DeleteCampaignRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCampaignsV2::Types::DeleteCampaignRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcampaignsv2/types.rb
Overview
The request for DeleteCampaign API.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
Identifier representing a Campaign.
Instance Attribute Details
#id ⇒ String
Identifier representing a Campaign
544 545 546 547 548 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 544 class DeleteCampaignRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |