Class: Aws::Chime::Types::SearchAvailablePhoneNumbersRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#area_codeString

The area code used to filter results. Only applies to the US.

Returns:

  • (String)

7306
7307
7308
7309
7310
7311
7312
7313
7314
7315
7316
7317
# File 'lib/aws-sdk-chime/types.rb', line 7306

class SearchAvailablePhoneNumbersRequest < Struct.new(
  :area_code,
  :city,
  :country,
  :state,
  :toll_free_prefix,
  :phone_number_type,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#cityString

The city used to filter results. Only applies to the US.

Returns:

  • (String)

7306
7307
7308
7309
7310
7311
7312
7313
7314
7315
7316
7317
# File 'lib/aws-sdk-chime/types.rb', line 7306

class SearchAvailablePhoneNumbersRequest < Struct.new(
  :area_code,
  :city,
  :country,
  :state,
  :toll_free_prefix,
  :phone_number_type,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#countryString

The country used to filter results. Defaults to the US Format: ISO 3166-1 alpha-2.

Returns:

  • (String)

7306
7307
7308
7309
7310
7311
7312
7313
7314
7315
7316
7317
# File 'lib/aws-sdk-chime/types.rb', line 7306

class SearchAvailablePhoneNumbersRequest < Struct.new(
  :area_code,
  :city,
  :country,
  :state,
  :toll_free_prefix,
  :phone_number_type,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return in a single call.

Returns:

  • (Integer)

7306
7307
7308
7309
7310
7311
7312
7313
7314
7315
7316
7317
# File 'lib/aws-sdk-chime/types.rb', line 7306

class SearchAvailablePhoneNumbersRequest < Struct.new(
  :area_code,
  :city,
  :country,
  :state,
  :toll_free_prefix,
  :phone_number_type,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token used to retrieve the next page of results.

Returns:

  • (String)

7306
7307
7308
7309
7310
7311
7312
7313
7314
7315
7316
7317
# File 'lib/aws-sdk-chime/types.rb', line 7306

class SearchAvailablePhoneNumbersRequest < Struct.new(
  :area_code,
  :city,
  :country,
  :state,
  :toll_free_prefix,
  :phone_number_type,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#phone_number_typeString

The phone number type used to filter results. Required for non-US numbers.

Returns:

  • (String)

7306
7307
7308
7309
7310
7311
7312
7313
7314
7315
7316
7317
# File 'lib/aws-sdk-chime/types.rb', line 7306

class SearchAvailablePhoneNumbersRequest < Struct.new(
  :area_code,
  :city,
  :country,
  :state,
  :toll_free_prefix,
  :phone_number_type,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state used to filter results. Required only if you provide `City`. Only applies to the US.

Returns:

  • (String)

7306
7307
7308
7309
7310
7311
7312
7313
7314
7315
7316
7317
# File 'lib/aws-sdk-chime/types.rb', line 7306

class SearchAvailablePhoneNumbersRequest < Struct.new(
  :area_code,
  :city,
  :country,
  :state,
  :toll_free_prefix,
  :phone_number_type,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#toll_free_prefixString

The toll-free prefix that you use to filter results. Only applies to the US.

Returns:

  • (String)

7306
7307
7308
7309
7310
7311
7312
7313
7314
7315
7316
7317
# File 'lib/aws-sdk-chime/types.rb', line 7306

class SearchAvailablePhoneNumbersRequest < Struct.new(
  :area_code,
  :city,
  :country,
  :state,
  :toll_free_prefix,
  :phone_number_type,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end