Learn R Programming

paws.management (version 0.1.10)

licensemanager_list_distributed_grants: Lists the grants distributed for the specified license

Description

Lists the grants distributed for the specified license.

Usage

licensemanager_list_distributed_grants(GrantArns, Filters, NextToken,
  MaxResults)

Arguments

GrantArns

Amazon Resource Names (ARNs) of the grants.

Filters

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

  • LicenseARN

  • Status

  • PrincipalARN

  • ParentARN

NextToken

Token for the next set of results.

MaxResults

Maximum number of results to return in a single call.

Request syntax

svc$list_distributed_grants(
  GrantArns = list(
    "string"
  ),
  Filters = list(
    list(
      Name = "string",
      Values = list(
        "string"
      )
    )
  ),
  NextToken = "string",
  MaxResults = 123
)