Learn R Programming

paws.management (version 0.2.0)

licensemanager_list_received_licenses: Lists received licenses

Description

Lists received licenses.

See https://paws-r.github.io/docs/licensemanager/list_received_licenses.html for full documentation.

Usage

licensemanager_list_received_licenses(
  LicenseArns = NULL,
  Filters = NULL,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

LicenseArns

Amazon Resource Names (ARNs) of the licenses.

Filters

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

  • ProductSKU

  • Status

  • Fingerprint

  • IssuerName

  • Beneficiary

NextToken

Token for the next set of results.

MaxResults

Maximum number of results to return in a single call.