class Aws::LicenseManager::Types::ListLicenseManagerReportGeneratorsRequest

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

data as a hash:

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

@!attribute [rw] filters

Filters to scope the results. The following filters are supported:

* `LicenseConfigurationArn`

^
@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/ListLicenseManagerReportGeneratorsRequest AWS API Documentation

Constants

SENSITIVE