Class: Aws::Types::UpdateCampaignChannelSubtypeConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCampaignChannelSubtypeConfigRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_subtype_config ⇒ Types::ChannelSubtypeConfig
Returns the value of attribute channel_subtype_config.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#channel_subtype_config ⇒ Types::ChannelSubtypeConfig
Returns the value of attribute channel_subtype_config.
836 837 838 |
# File 'sig/types.rbs', line 836 def channel_subtype_config @channel_subtype_config end |
#id ⇒ ::String
Returns the value of attribute id.
835 836 837 |
# File 'sig/types.rbs', line 835 def id @id end |