Class: Aws::LicenseManager::Types::ConsumedLicenseSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#consumed_licensesInteger

Number of licenses consumed by the resource.

Returns:

  • (Integer)


335
336
337
338
339
340
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 335

class ConsumedLicenseSummary < Struct.new(
  :resource_type,
  :consumed_licenses)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

Resource type of the resource consuming a license.

Returns:

  • (String)


335
336
337
338
339
340
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 335

class ConsumedLicenseSummary < Struct.new(
  :resource_type,
  :consumed_licenses)
  SENSITIVE = []
  include Aws::Structure
end