Learn R Programming

paws.management (version 0.2.0)

licensemanager_list_licenses: Lists the licenses for your account

Description

Lists the licenses for your account.

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

Usage

licensemanager_list_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:

  • Beneficiary

  • ProductSKU

  • Fingerprint

  • Status

NextToken

Token for the next set of results.

MaxResults

Maximum number of results to return in a single call.