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

Class: Aws::Chime::Types::ListPhoneNumbersRequest

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

Overview

Note:

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

{
  status: "AcquireInProgress", # accepts AcquireInProgress, AcquireFailed, Unassigned, Assigned, ReleaseInProgress, DeleteInProgress, ReleaseFailed, DeleteFailed
  product_type: "BusinessCalling", # accepts BusinessCalling, VoiceConnector
  filter_name: "AccountId", # accepts AccountId, UserId, VoiceConnectorId, VoiceConnectorGroupId, SipRuleId
  filter_value: "String",
  max_results: 1,
  next_token: "String",
}

Instance Attribute Summary collapse

Instance Attribute Details

#filter_nameString

The filter to use to limit the number of results.

Possible values:

  • AccountId
  • UserId
  • VoiceConnectorId
  • VoiceConnectorGroupId
  • SipRuleId

Returns:

  • (String)

    The filter to use to limit the number of results.

#filter_valueString

The value to use for the filter.

Returns:

  • (String)

    The value to use for the filter.

#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.

#product_typeString

The phone number product type.

Possible values:

  • BusinessCalling
  • VoiceConnector

Returns:

  • (String)

    The phone number product type.

#statusString

The phone number status.

Possible values:

  • AcquireInProgress
  • AcquireFailed
  • Unassigned
  • Assigned
  • ReleaseInProgress
  • DeleteInProgress
  • ReleaseFailed
  • DeleteFailed

Returns:

  • (String)

    The phone number status.