Class: Aws::LicenseManager::Types::ConsumedLicenseSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::ConsumedLicenseSummary
- Includes:
- Structure
- Defined in:
- 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.
335 336 337 338 339 340 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 335 class ConsumedLicenseSummary < Struct.new( :resource_type, :consumed_licenses) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
Resource type of the resource consuming a license.
335 336 337 338 339 340 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 335 class ConsumedLicenseSummary < Struct.new( :resource_type, :consumed_licenses) SENSITIVE = [] include Aws::Structure end |