Class: Aws::LicenseManager::Types::EntitlementUsage
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::EntitlementUsage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
Usage associated with an entitlement resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#consumed_value ⇒ String
Resource usage consumed.
-
#max_count ⇒ String
Maximum entitlement usage count.
-
#name ⇒ String
Entitlement usage name.
-
#unit ⇒ String
Entitlement usage unit.
Instance Attribute Details
#consumed_value ⇒ String
Resource usage consumed.
1190 1191 1192 1193 1194 1195 1196 1197 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 1190 class EntitlementUsage < Struct.new( :name, :consumed_value, :max_count, :unit) SENSITIVE = [] include Aws::Structure end |
#max_count ⇒ String
Maximum entitlement usage count.
1190 1191 1192 1193 1194 1195 1196 1197 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 1190 class EntitlementUsage < Struct.new( :name, :consumed_value, :max_count, :unit) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Entitlement usage name.
1190 1191 1192 1193 1194 1195 1196 1197 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 1190 class EntitlementUsage < Struct.new( :name, :consumed_value, :max_count, :unit) SENSITIVE = [] include Aws::Structure end |
#unit ⇒ String
Entitlement usage unit.
1190 1191 1192 1193 1194 1195 1196 1197 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 1190 class EntitlementUsage < Struct.new( :name, :consumed_value, :max_count, :unit) SENSITIVE = [] include Aws::Structure end |