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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


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

#idString

Identifier representing a Campaign

Returns:

  • (String)


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