Class: Aws::Types::ActivateContactChannelRequest
- Inherits:
-
Object
- Object
- Aws::Types::ActivateContactChannelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#activation_code ⇒ ::String
Returns the value of attribute activation_code.
-
#contact_channel_id ⇒ ::String
Returns the value of attribute contact_channel_id.
Instance Attribute Details
#activation_code ⇒ ::String
Returns the value of attribute activation_code.
31 32 33 |
# File 'sig/types.rbs', line 31 def activation_code @activation_code end |
#contact_channel_id ⇒ ::String
Returns the value of attribute contact_channel_id.
30 31 32 |
# File 'sig/types.rbs', line 30 def contact_channel_id @contact_channel_id end |