Lists the grants distributed for the specified license.
licensemanager_list_distributed_grants(GrantArns, Filters, NextToken,
MaxResults)Amazon Resource Names (ARNs) of the grants.
Filters to scope the results. The following filters are supported:
LicenseARN
Status
PrincipalARN
ParentARN
Token for the next set of results.
Maximum number of results to return in a single call.
svc$list_distributed_grants(
GrantArns = list(
"string"
),
Filters = list(
list(
Name = "string",
Values = list(
"string"
)
)
),
NextToken = "string",
MaxResults = 123
)