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)


510
511
512
513
514
515
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 510

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

#idString

Identifier representing a Campaign

Returns:

  • (String)


510
511
512
513
514
515
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 510

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