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)


544
545
546
547
548
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 544

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