Lists grants that are received but not accepted.
licensemanager_list_received_grants(GrantArns, Filters, NextToken,
MaxResults)Amazon Resource Names (ARNs) of the grants.
Filters to scope the results. The following filters are supported:
LicenseARN
Status
Token for the next set of results.
Maximum number of results to return in a single call.
svc$list_received_grants(
GrantArns = list(
"string"
),
Filters = list(
list(
Name = "string",
Values = list(
"string"
)
)
),
NextToken = "string",
MaxResults = 123
)