Class: Aws::Types::SMSChannelRequest
- Inherits:
-
Object
- Object
- Aws::Types::SMSChannelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#sender_id ⇒ ::String
Returns the value of attribute sender_id.
-
#short_code ⇒ ::String
Returns the value of attribute short_code.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
2554 2555 2556 |
# File 'sig/types.rbs', line 2554 def enabled @enabled end |
#sender_id ⇒ ::String
Returns the value of attribute sender_id.
2555 2556 2557 |
# File 'sig/types.rbs', line 2555 def sender_id @sender_id end |
#short_code ⇒ ::String
Returns the value of attribute short_code.
2556 2557 2558 |
# File 'sig/types.rbs', line 2556 def short_code @short_code end |