class Aws::Chime::Types::ListProxySessionsRequest

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

data as a hash:

    {
      voice_connector_id: "NonEmptyString128", # required
      status: "Open", # accepts Open, InProgress, Closed
      next_token: "NextTokenString",
      max_results: 1,
    }

@!attribute [rw] voice_connector_id

The Amazon Chime voice connector ID.
@return [String]

@!attribute [rw] status

The proxy session status.
@return [String]

@!attribute [rw] next_token

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

@!attribute [rw] max_results

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

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

Constants

SENSITIVE