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:

  • (::String)


980
981
982
# File 'sig/types.rbs', line 980

def area_code
  @area_code
end

#city::String

Returns the value of attribute city.

Returns:

  • (::String)


981
982
983
# File 'sig/types.rbs', line 981

def city
  @city
end

#country::String

Returns the value of attribute country.

Returns:

  • (::String)


982
983
984
# File 'sig/types.rbs', line 982

def country
  @country
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • ("Local", "TollFree")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


984
985
986
# File 'sig/types.rbs', line 984

def toll_free_prefix
  @toll_free_prefix
end