Class: Aws::ConnectCampaignsV2::Types::DeleteCampaignRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connectcampaignsv2/types.rb

Overview

The request for DeleteCampaign API.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

Identifier representing a Campaign

Returns:

  • (String)


580
581
582
583
584
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 580

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