Class: Aws::LicenseManager::Types::ConsumedLicenseSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::ConsumedLicenseSummary
- Defined in:
- gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb
Overview
Details about license consumption.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#consumed_licenses ⇒ Integer
Number of licenses consumed by the resource.
-
#resource_type ⇒ String
Resource type of the resource consuming a license.
Instance Attribute Details
#consumed_licenses ⇒ Integer
Number of licenses consumed by the resource.
395 396 397 398 399 400 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 395 class ConsumedLicenseSummary < Struct.new( :resource_type, :consumed_licenses) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
Resource type of the resource consuming a license.
395 396 397 398 399 400 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 395 class ConsumedLicenseSummary < Struct.new( :resource_type, :consumed_licenses) SENSITIVE = [] include Aws::Structure end |