Class: Aws::ConnectCampaignsV2::Types::DeleteCampaignChannelSubtypeConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCampaignsV2::Types::DeleteCampaignChannelSubtypeConfigRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcampaignsv2/types.rb
Overview
The request for DeleteCampaignChannelSubtypeConfig API.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_subtype ⇒ String
The type of campaign channel subtype.
-
#id ⇒ String
Identifier representing a Campaign.
Instance Attribute Details
#channel_subtype ⇒ String
The type of campaign channel subtype.
491 492 493 494 495 496 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 491 class DeleteCampaignChannelSubtypeConfigRequest < Struct.new( :id, :channel_subtype) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
Identifier representing a Campaign
491 492 493 494 495 496 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 491 class DeleteCampaignChannelSubtypeConfigRequest < Struct.new( :id, :channel_subtype) SENSITIVE = [] include Aws::Structure end |