Learn R Programming

paws.management (version 0.1.12)

licensemanager_delete_grant: Deletes the specified grant

Description

Deletes the specified grant.

Usage

licensemanager_delete_grant(GrantArn, Version)

Value

A list with the following syntax:

list(
  GrantArn = "string",
  Status = "PENDING_WORKFLOW"|"PENDING_ACCEPT"|"REJECTED"|"ACTIVE"|"FAILED_WORKFLOW"|"DELETED"|"PENDING_DELETE"|"DISABLED",
  Version = "string"
)

Arguments

GrantArn

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

Version

[required] Current version of the grant.

Request syntax

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