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



2172
2173
2174
2175
2176
2177
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 2172

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

#idString

Identifier representing a Campaign

Returns:

  • (String)


2172
2173
2174
2175
2176
2177
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 2172

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