Gets detailed information about the usage of the specified license.
licensemanager_get_license_usage(LicenseArn)
[required] Amazon Resource Name (ARN) of the license.
A list with the following syntax:
list( LicenseUsage = list( EntitlementUsages = list( list( Name = "string", ConsumedValue = "string", MaxCount = "string", Unit = "Count"|"None"|"Seconds"|"Microseconds"|"Milliseconds"|"Bytes"|"Kilobytes"|"Megabytes"|"Gigabytes"|"Terabytes"|"Bits"|"Kilobits"|"Megabits"|"Gigabits"|"Terabits"|"Percent"|"Bytes/Second"|"Kilobytes/Second"|"Megabytes/Second"|"Gigabytes/Second"|"Terabytes/Second"|"Bits/Second"|"Kilobits/Second"|"Megabits/Second"|"Gigabits/Second"|"Terabits/Second"|"Count/Second" ) ) ) )
svc$get_license_usage( LicenseArn = "string" )