class Aws::LicenseManager::Types::ListReceivedLicensesRequest
@note When making an API call, you may pass ListReceivedLicensesRequest
data as a hash: { license_arns: ["Arn"], filters: [ { name: "FilterName", values: ["FilterValue"], }, ], next_token: "String", max_results: 1, }
@!attribute [rw] license_arns
Amazon Resource Names (ARNs) of the licenses. @return [Array<String>]
@!attribute [rw] filters
Filters to scope the results. The following filters are supported: * `ProductSKU` * `Status` * `Fingerprint` * `IssuerName` * `Beneficiary` @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/ListReceivedLicensesRequest AWS API Documentation
Constants
- SENSITIVE