Class: Aws::Types::CreateSMSSandboxPhoneNumberInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateSMSSandboxPhoneNumberInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#language_code ⇒ "en-US", ...
Returns the value of attribute language_code.
-
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
Instance Attribute Details
#language_code ⇒ "en-US", ...
Returns the value of attribute language_code.
96 97 98 |
# File 'sig/types.rbs', line 96 def language_code @language_code end |
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
95 96 97 |
# File 'sig/types.rbs', line 95 def phone_number @phone_number end |