Class: Aws::Types::SearchAvailablePhoneNumbersRequest
- Inherits:
-
Object
- Object
- Aws::Types::SearchAvailablePhoneNumbersRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#area_code ⇒ ::String
Returns the value of attribute area_code.
-
#city ⇒ ::String
Returns the value of attribute city.
-
#country ⇒ ::String
Returns the value of attribute country.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#phone_number_type ⇒ "Local", "TollFree"
Returns the value of attribute phone_number_type.
-
#state ⇒ ::String
Returns the value of attribute state.
-
#toll_free_prefix ⇒ ::String
Returns the value of attribute toll_free_prefix.
Instance Attribute Details
#area_code ⇒ ::String
Returns the value of attribute area_code.
768 769 770 |
# File 'sig/types.rbs', line 768 def area_code @area_code end |
#city ⇒ ::String
Returns the value of attribute city.
769 770 771 |
# File 'sig/types.rbs', line 769 def city @city end |
#country ⇒ ::String
Returns the value of attribute country.
770 771 772 |
# File 'sig/types.rbs', line 770 def country @country end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
774 775 776 |
# File 'sig/types.rbs', line 774 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
775 776 777 |
# File 'sig/types.rbs', line 775 def next_token @next_token end |
#phone_number_type ⇒ "Local", "TollFree"
Returns the value of attribute phone_number_type.
773 774 775 |
# File 'sig/types.rbs', line 773 def phone_number_type @phone_number_type end |
#state ⇒ ::String
Returns the value of attribute state.
771 772 773 |
# File 'sig/types.rbs', line 771 def state @state end |
#toll_free_prefix ⇒ ::String
Returns the value of attribute toll_free_prefix.
772 773 774 |
# File 'sig/types.rbs', line 772 def toll_free_prefix @toll_free_prefix end |