Learn R Programming

paws.management (version 0.1.10)

licensemanager_get_grant: Gets detailed information about the specified grant

Description

Gets detailed information about the specified grant.

Usage

licensemanager_get_grant(GrantArn, Version)

Arguments

GrantArn

[required] Amazon Resource Name (ARN) of the grant.

Version

Grant version.

Request syntax

svc$get_grant(
  GrantArn = "string",
  Version = "string"
)