Learn R Programming

paws.management (version 0.1.10)

licensemanager_list_received_licenses: Lists received licenses

Description

Lists received licenses.

Usage

licensemanager_list_received_licenses(LicenseArns, Filters, NextToken,
  MaxResults)

Arguments

LicenseArns

Amazon Resource Names (ARNs) of the licenses.

Filters

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

  • ProductSKU

  • Status

  • KeyFingerprint

  • Issuer

NextToken

Token for the next set of results.

MaxResults

Maximum number of results to return in a single call.

Request syntax

svc$list_received_licenses(
  LicenseArns = list(
    "string"
  ),
  Filters = list(
    list(
      Name = "string",
      Values = list(
        "string"
      )
    )
  ),
  NextToken = "string",
  MaxResults = 123
)