You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing SearchAvailablePhoneNumbersRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  area_code: "String",
  city: "String",
  country: "String",
  state: "String",
  toll_free_prefix: "TollFreePrefix",
  max_results: 1,
  next_token: "String",
}

Instance Attribute Summary collapse

Instance Attribute Details

#area_codeString

The area code used to filter results.

Returns:

  • (String)

    The area code used to filter results.

#cityString

The city used to filter results.

Returns:

  • (String)

    The city used to filter results.

#countryString

The country used to filter results.

Returns:

  • (String)

    The country used to filter results.

#max_resultsInteger

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

Returns:

  • (Integer)

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

#next_tokenString

The token to use to retrieve the next page of results.

Returns:

  • (String)

    The token to use to retrieve the next page of results.

#stateString

The state used to filter results.

Returns:

  • (String)

    The state used to filter results.

#toll_free_prefixString

The toll-free prefix that you use to filter results.

Returns:

  • (String)

    The toll-free prefix that you use to filter results.