Class: Aws::LicenseManager::Types::EntitlementUsage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb

Overview

Usage associated with an entitlement resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#consumed_valueString

Resource usage consumed.

Returns:

  • (String)


1190
1191
1192
1193
1194
1195
1196
1197
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1190

class EntitlementUsage < Struct.new(
  :name,
  :consumed_value,
  :max_count,
  :unit)
  SENSITIVE = []
  include Aws::Structure
end

#max_countString

Maximum entitlement usage count.

Returns:

  • (String)


1190
1191
1192
1193
1194
1195
1196
1197
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1190

class EntitlementUsage < Struct.new(
  :name,
  :consumed_value,
  :max_count,
  :unit)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Entitlement usage name.

Returns:

  • (String)


1190
1191
1192
1193
1194
1195
1196
1197
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1190

class EntitlementUsage < Struct.new(
  :name,
  :consumed_value,
  :max_count,
  :unit)
  SENSITIVE = []
  include Aws::Structure
end

#unitString

Entitlement usage unit.

Returns:

  • (String)


1190
1191
1192
1193
1194
1195
1196
1197
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1190

class EntitlementUsage < Struct.new(
  :name,
  :consumed_value,
  :max_count,
  :unit)
  SENSITIVE = []
  include Aws::Structure
end