Delete License Asset Group
| licensemanager_delete_license_asset_group | R Documentation |
Deletes a license asset group¶
Description¶
Deletes a license asset group.
Usage¶
licensemanager_delete_license_asset_group(LicenseAssetGroupArn)
Arguments¶
LicenseAssetGroupArn |
[required] Amazon Resource Name (ARN) of the license asset group. |
Value¶
A list with the following syntax:
list(
Status = "ACTIVE"|"DISABLED"|"DELETED"
)
Request syntax¶
svc$delete_license_asset_group(
LicenseAssetGroupArn = "string"
)