Learn R Programming

paws.management (version 0.1.6)

licensemanager_list_license_specifications_for_resource: Describes the license configurations for the specified resource

Description

Describes the license configurations for the specified resource.

Usage

licensemanager_list_license_specifications_for_resource(ResourceArn,
  MaxResults, NextToken)

Arguments

ResourceArn

[required] Amazon Resource Name (ARN) of a resource that has an associated license configuration.

MaxResults

Maximum number of results to return in a single call.

NextToken

Token for the next set of results.

Request syntax

svc$list_license_specifications_for_resource(
  ResourceArn = "string",
  MaxResults = 123,
  NextToken = "string"
)