Class: Aws::Types::NumberValidateRequest
- Inherits:
-
Object
- Object
- Aws::Types::NumberValidateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#iso_country_code ⇒ ::String
Returns the value of attribute iso_country_code.
-
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
Instance Attribute Details
#iso_country_code ⇒ ::String
Returns the value of attribute iso_country_code.
2362 2363 2364 |
# File 'sig/types.rbs', line 2362 def iso_country_code @iso_country_code end |
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
2363 2364 2365 |
# File 'sig/types.rbs', line 2363 def phone_number @phone_number end |