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