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)


527
528
529
530
531
532
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 527

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

#idString

Identifier representing a Campaign

Returns:

  • (String)


527
528
529
530
531
532
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 527

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