licensemanager_list_received_grants: Lists grants that are received

View source: R/licensemanager_operations.R

licensemanager_list_received_grantsR Documentation

Lists grants that are received

Description

Lists grants that are received. Received grants are grants created while specifying the recipient as this Amazon Web Services account, your organization, or an organizational unit (OU) to which this member account belongs.

See https://www.paws-r-sdk.com/docs/licensemanager_list_received_grants/ for full documentation.

Usage

licensemanager_list_received_grants(
  GrantArns = NULL,
  Filters = NULL,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

GrantArns

Amazon Resource Names (ARNs) of the grants.

Filters

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

  • ProductSKU

  • LicenseIssuerName

  • LicenseArn

  • GrantStatus

  • GranterAccountId

NextToken

Token for the next set of results.

MaxResults

Maximum number of results to return in a single call.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.