Class: Aws::ConnectCampaignsV2::Types::DeleteCampaignChannelSubtypeConfigRequest

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

Overview

The request for DeleteCampaignChannelSubtypeConfig API.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_subtypeString

The type of campaign channel subtype.

Returns:

  • (String)


556
557
558
559
560
561
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 556

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

#idString

Identifier representing a Campaign

Returns:

  • (String)


556
557
558
559
560
561
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 556

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