Class: Aws::Types::VerifySMSSandboxPhoneNumberInput
- Inherits:
-
Object
- Object
- Aws::Types::VerifySMSSandboxPhoneNumberInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#one_time_password ⇒ ::String
Returns the value of attribute one_time_password.
-
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
Instance Attribute Details
#one_time_password ⇒ ::String
Returns the value of attribute one_time_password.
657 658 659 |
# File 'sig/types.rbs', line 657 def one_time_password @one_time_password end |
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
656 657 658 |
# File 'sig/types.rbs', line 656 def phone_number @phone_number end |