Class: Aws::LicenseManager::Types::Entitlement
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::Entitlement
- Defined in:
- gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb
Overview
Describes a resource entitled for use with a license.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#allow_check_in ⇒ Boolean
Indicates whether check-ins are allowed.
-
#max_count ⇒ Integer
Maximum entitlement count.
-
#name ⇒ String
Entitlement name.
-
#overage ⇒ Boolean
Indicates whether overages are allowed.
-
#unit ⇒ String
Entitlement unit.
-
#value ⇒ String
Entitlement resource.
Instance Attribute Details
#allow_check_in ⇒ Boolean
Indicates whether check-ins are allowed.
1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1122 class Entitlement < Struct.new( :name, :value, :max_count, :overage, :unit, :allow_check_in) SENSITIVE = [] include Aws::Structure end |
#max_count ⇒ Integer
Maximum entitlement count. Use if the unit is not None.
1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1122 class Entitlement < Struct.new( :name, :value, :max_count, :overage, :unit, :allow_check_in) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Entitlement name.
1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1122 class Entitlement < Struct.new( :name, :value, :max_count, :overage, :unit, :allow_check_in) SENSITIVE = [] include Aws::Structure end |
#overage ⇒ Boolean
Indicates whether overages are allowed.
1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1122 class Entitlement < Struct.new( :name, :value, :max_count, :overage, :unit, :allow_check_in) SENSITIVE = [] include Aws::Structure end |
#unit ⇒ String
Entitlement unit.
1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1122 class Entitlement < Struct.new( :name, :value, :max_count, :overage, :unit, :allow_check_in) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
Entitlement resource. Use only if the unit is None.
1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1122 class Entitlement < Struct.new( :name, :value, :max_count, :overage, :unit, :allow_check_in) SENSITIVE = [] include Aws::Structure end |