Class: Aws::Types::DeleteCampaignChannelSubtypeConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteCampaignChannelSubtypeConfigRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_subtype ⇒ "TELEPHONY", ...
Returns the value of attribute channel_subtype.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#channel_subtype ⇒ "TELEPHONY", ...
Returns the value of attribute channel_subtype.
182 183 184 |
# File 'sig/types.rbs', line 182 def channel_subtype @channel_subtype end |
#id ⇒ ::String
Returns the value of attribute id.
181 182 183 |
# File 'sig/types.rbs', line 181 def id @id end |