Class: Aws::LicenseManager::Types::GetLicenseUsageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::GetLicenseUsageRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
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.
1574 1575 1576 1577 1578 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 1574 class GetLicenseUsageRequest < Struct.new( :license_arn) SENSITIVE = [] include Aws::Structure end |