Class: Aws::ConnectCampaignsV2::Types::UpdateCampaignChannelSubtypeConfigRequest

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

Overview

The request for UpdateCampaignChannelSubtypeConfig API.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_subtype_configTypes::ChannelSubtypeConfig

Campaign Channel Subtype config



2439
2440
2441
2442
2443
2444
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 2439

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

#idString

Identifier representing a Campaign

Returns:

  • (String)


2439
2440
2441
2442
2443
2444
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 2439

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