Class: Aws::ConnectCampaignsV2::Types::DeleteCampaignCommunicationLimitsRequest

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

Overview

The request for DeleteCampaignCommunicationLimits API.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configString

The type of campaign communication limits config.

Returns:

  • (String)


546
547
548
549
550
551
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 546

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

#idString

Identifier representing a Campaign

Returns:

  • (String)


546
547
548
549
550
551
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 546

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