class Aws::LicenseManager::Types::Entitlement
Describes a resource entitled for use with a license.
@note When making an API call, you may pass Entitlement
data as a hash: { name: "String", # required value: "String", max_count: 1, overage: false, unit: "Count", # required, accepts Count, None, Seconds, Microseconds, Milliseconds, Bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, Bits, Kilobits, Megabits, Gigabits, Terabits, Percent, Bytes/Second, Kilobytes/Second, Megabytes/Second, Gigabytes/Second, Terabytes/Second, Bits/Second, Kilobits/Second, Megabits/Second, Gigabits/Second, Terabits/Second, Count/Second allow_check_in: false, }
@!attribute [rw] name
Entitlement name. @return [String]
@!attribute [rw] value
Entitlement resource. Use only if the unit is None. @return [String]
@!attribute [rw] max_count
Maximum entitlement count. Use if the unit is not None. @return [Integer]
@!attribute [rw] overage
Indicates whether overages are allowed. @return [Boolean]
@!attribute [rw] unit
Entitlement unit. @return [String]
@!attribute [rw] allow_check_in
Indicates whether check-ins are allowed. @return [Boolean]
@see docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/Entitlement AWS API Documentation
Constants
- SENSITIVE