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.
980 981 982 |
# File 'sig/types.rbs', line 980 def area_code @area_code end |
#city ⇒ ::String
Returns the value of attribute city.
981 982 983 |
# File 'sig/types.rbs', line 981 def city @city end |
#country ⇒ ::String
Returns the value of attribute country.
982 983 984 |
# File 'sig/types.rbs', line 982 def country @country end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
986 987 988 |
# File 'sig/types.rbs', line 986 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
987 988 989 |
# File 'sig/types.rbs', line 987 def next_token @next_token end |
#phone_number_type ⇒ "Local", "TollFree"
Returns the value of attribute phone_number_type.
985 986 987 |
# File 'sig/types.rbs', line 985 def phone_number_type @phone_number_type end |
#state ⇒ ::String
Returns the value of attribute state.
983 984 985 |
# File 'sig/types.rbs', line 983 def state @state end |
#toll_free_prefix ⇒ ::String
Returns the value of attribute toll_free_prefix.
984 985 986 |
# File 'sig/types.rbs', line 984 def toll_free_prefix @toll_free_prefix end |