Class: Aws::ConnectCampaignsV2::Types::DeleteCampaignCommunicationLimitsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCampaignsV2::Types::DeleteCampaignCommunicationLimitsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcampaignsv2/types.rb
Overview
The request for DeleteCampaignCommunicationLimits API.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#config ⇒ String
The type of campaign communication limits config.
-
#id ⇒ String
Identifier representing a Campaign.
Instance Attribute Details
#config ⇒ String
The type of campaign communication limits config.
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 |
#id ⇒ String
Identifier representing a Campaign
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 |