Class: Aws::ConnectCampaignsV2::Types::UpdateCampaignChannelSubtypeConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCampaignsV2::Types::UpdateCampaignChannelSubtypeConfigRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcampaignsv2/types.rb
Overview
The request for UpdateCampaignChannelSubtypeConfig API.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_subtype_config ⇒ Types::ChannelSubtypeConfig
Campaign Channel Subtype config.
-
#id ⇒ String
Identifier representing a Campaign.
Instance Attribute Details
#channel_subtype_config ⇒ Types::ChannelSubtypeConfig
Campaign Channel Subtype config
2383 2384 2385 2386 2387 2388 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 2383 class UpdateCampaignChannelSubtypeConfigRequest < Struct.new( :id, :channel_subtype_config) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
Identifier representing a Campaign
2383 2384 2385 2386 2387 2388 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 2383 class UpdateCampaignChannelSubtypeConfigRequest < Struct.new( :id, :channel_subtype_config) SENSITIVE = [] include Aws::Structure end |