Class: Aws::Types::SearchAvailablePhoneNumbersRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#area_code::String

Returns the value of attribute area_code.

Returns:



768
769
770
# File 'sig/types.rbs', line 768

def area_code
  @area_code
end

#city::String

Returns the value of attribute city.

Returns:



769
770
771
# File 'sig/types.rbs', line 769

def city
  @city
end

#country::String

Returns the value of attribute country.

Returns:



770
771
772
# File 'sig/types.rbs', line 770

def country
  @country
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



772
773
774
# File 'sig/types.rbs', line 772

def toll_free_prefix
  @toll_free_prefix
end