Class: Aws::LicenseManager::Types::GetLicenseUsageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::GetLicenseUsageRequest
- Defined in:
- gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb
Overview
Note:
When making an API call, you may pass GetLicenseUsageRequest data as a hash:
{
license_arn: "Arn", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#license_arn ⇒ String
Amazon Resource Name (ARN) of the license.
Instance Attribute Details
#license_arn ⇒ String
Amazon Resource Name (ARN) of the license.
1669 1670 1671 1672 1673 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1669 class GetLicenseUsageRequest < Struct.new( :license_arn) SENSITIVE = [] include Aws::Structure end |