class Aws::Chime::Types::ListPhoneNumbersRequest

@note When making an API call, you may pass ListPhoneNumbersRequest

data as a hash:

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

@!attribute [rw] status

The phone number status.
@return [String]

@!attribute [rw] product_type

The phone number product type.
@return [String]

@!attribute [rw] filter_name

The filter to use to limit the number of results.
@return [String]

@!attribute [rw] filter_value

The value to use for the filter.
@return [String]

@!attribute [rw] max_results

The maximum number of results to return in a single call.
@return [Integer]

@!attribute [rw] next_token

The token to use to retrieve the next page of results.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/ListPhoneNumbersRequest AWS API Documentation

Constants

SENSITIVE