Class: Aws::LicenseManager::Types::Entitlement

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

Instance Attribute Details

#allow_check_inBoolean

Indicates whether check-ins are allowed.

Returns:

  • (Boolean)


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_countInteger

Maximum entitlement count. Use if the unit is not None.

Returns:

  • (Integer)


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

#nameString

Entitlement name.

Returns:

  • (String)


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

#overageBoolean

Indicates whether overages are allowed.

Returns:

  • (Boolean)


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

#unitString

Entitlement unit.

Returns:

  • (String)


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

#valueString

Entitlement resource. Use only if the unit is None.

Returns:

  • (String)


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