Class: Aws::Types::NumberValidateResponse
- Inherits:
-
Object
- Object
- Aws::Types::NumberValidateResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#carrier ⇒ ::String
Returns the value of attribute carrier.
-
#city ⇒ ::String
Returns the value of attribute city.
-
#cleansed_phone_number_e164 ⇒ ::String
Returns the value of attribute cleansed_phone_number_e164.
-
#cleansed_phone_number_national ⇒ ::String
Returns the value of attribute cleansed_phone_number_national.
-
#country ⇒ ::String
Returns the value of attribute country.
-
#country_code_iso_2 ⇒ ::String
Returns the value of attribute country_code_iso_2.
-
#country_code_numeric ⇒ ::String
Returns the value of attribute country_code_numeric.
-
#county ⇒ ::String
Returns the value of attribute county.
-
#original_country_code_iso_2 ⇒ ::String
Returns the value of attribute original_country_code_iso_2.
-
#original_phone_number ⇒ ::String
Returns the value of attribute original_phone_number.
-
#phone_type ⇒ ::String
Returns the value of attribute phone_type.
-
#phone_type_code ⇒ ::Integer
Returns the value of attribute phone_type_code.
-
#timezone ⇒ ::String
Returns the value of attribute timezone.
-
#zip_code ⇒ ::String
Returns the value of attribute zip_code.
Instance Attribute Details
#carrier ⇒ ::String
Returns the value of attribute carrier.
2368 2369 2370 |
# File 'sig/types.rbs', line 2368 def carrier @carrier end |
#city ⇒ ::String
Returns the value of attribute city.
2369 2370 2371 |
# File 'sig/types.rbs', line 2369 def city @city end |
#cleansed_phone_number_e164 ⇒ ::String
Returns the value of attribute cleansed_phone_number_e164.
2370 2371 2372 |
# File 'sig/types.rbs', line 2370 def cleansed_phone_number_e164 @cleansed_phone_number_e164 end |
#cleansed_phone_number_national ⇒ ::String
Returns the value of attribute cleansed_phone_number_national.
2371 2372 2373 |
# File 'sig/types.rbs', line 2371 def cleansed_phone_number_national @cleansed_phone_number_national end |
#country ⇒ ::String
Returns the value of attribute country.
2372 2373 2374 |
# File 'sig/types.rbs', line 2372 def country @country end |
#country_code_iso_2 ⇒ ::String
Returns the value of attribute country_code_iso_2.
2373 2374 2375 |
# File 'sig/types.rbs', line 2373 def country_code_iso_2 @country_code_iso_2 end |
#country_code_numeric ⇒ ::String
Returns the value of attribute country_code_numeric.
2374 2375 2376 |
# File 'sig/types.rbs', line 2374 def country_code_numeric @country_code_numeric end |
#county ⇒ ::String
Returns the value of attribute county.
2375 2376 2377 |
# File 'sig/types.rbs', line 2375 def county @county end |
#original_country_code_iso_2 ⇒ ::String
Returns the value of attribute original_country_code_iso_2.
2376 2377 2378 |
# File 'sig/types.rbs', line 2376 def original_country_code_iso_2 @original_country_code_iso_2 end |
#original_phone_number ⇒ ::String
Returns the value of attribute original_phone_number.
2377 2378 2379 |
# File 'sig/types.rbs', line 2377 def original_phone_number @original_phone_number end |
#phone_type ⇒ ::String
Returns the value of attribute phone_type.
2378 2379 2380 |
# File 'sig/types.rbs', line 2378 def phone_type @phone_type end |
#phone_type_code ⇒ ::Integer
Returns the value of attribute phone_type_code.
2379 2380 2381 |
# File 'sig/types.rbs', line 2379 def phone_type_code @phone_type_code end |
#timezone ⇒ ::String
Returns the value of attribute timezone.
2380 2381 2382 |
# File 'sig/types.rbs', line 2380 def timezone @timezone end |
#zip_code ⇒ ::String
Returns the value of attribute zip_code.
2381 2382 2383 |
# File 'sig/types.rbs', line 2381 def zip_code @zip_code end |