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
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 |
#id ⇒ String
Identifier representing a Campaign
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 |