Class: Aws::Types::UpdateSmsChannelRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSmsChannelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#sms_channel_request ⇒ Types::SMSChannelRequest
Returns the value of attribute sms_channel_request.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
3174 3175 3176 |
# File 'sig/types.rbs', line 3174 def application_id @application_id end |
#sms_channel_request ⇒ Types::SMSChannelRequest
Returns the value of attribute sms_channel_request.
3175 3176 3177 |
# File 'sig/types.rbs', line 3175 def sms_channel_request @sms_channel_request end |