Gets detailed information about the specified grant.
licensemanager_get_grant(GrantArn, Version)
[required] Amazon Resource Name (ARN) of the grant.
Grant version.
A list with the following syntax:
list( Grant = list( GrantArn = "string", GrantName = "string", ParentArn = "string", LicenseArn = "string", GranteePrincipalArn = "string", HomeRegion = "string", GrantStatus = "PENDING_WORKFLOW"|"PENDING_ACCEPT"|"REJECTED"|"ACTIVE"|"FAILED_WORKFLOW"|"DELETED"|"PENDING_DELETE"|"DISABLED", StatusReason = "string", Version = "string", GrantedOperations = list( "CreateGrant"|"CheckoutLicense"|"CheckoutBorrowLicense"|"CheckInLicense"|"ExtendConsumptionLicense"|"ListPurchasedLicenses"|"CreateToken" ) ) )
svc$get_grant( GrantArn = "string", Version = "string" )