class Aws::LicenseManager::Types::ListTokensRequest

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

data as a hash:

    {
      token_ids: ["String"],
      filters: [
        {
          name: "FilterName",
          values: ["FilterValue"],
        },
      ],
      next_token: "String",
      max_results: 1,
    }

@!attribute [rw] token_ids

Token IDs.
@return [Array<String>]

@!attribute [rw] filters

Filters to scope the results. The following filter is supported:

* `LicenseArns`

^
@return [Array<Types::Filter>]

@!attribute [rw] next_token

Token for the next set of results.
@return [String]

@!attribute [rw] max_results

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

@see docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/ListTokensRequest AWS API Documentation

Constants

SENSITIVE