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_code ⇒ String

The area code used to filter results.

Returns:

  • (String) —

    The area code used to filter results.

#city ⇒ String

The city used to filter results.

Returns:

  • (String) —

    The city used to filter results.

#country ⇒ String

The country used to filter results.

Returns:

  • (String) —

    The country used to filter results.

#max_results ⇒ Integer

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_token ⇒ String

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

Returns:

  • (String) —

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

#state ⇒ String

The state used to filter results.

Returns:

  • (String) —

    The state used to filter results.

#toll_free_prefix ⇒ String

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

Returns:

  • (String) —

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