class Aws::LicenseManager::Types::EntitlementData

Data associated with an entitlement resource.

@note When making an API call, you may pass EntitlementData

data as a hash:

    {
      name: "String", # required
      value: "String",
      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
    }

@!attribute [rw] name

Entitlement data name.
@return [String]

@!attribute [rw] value

Entitlement data value.
@return [String]

@!attribute [rw] unit

Entitlement data unit.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/EntitlementData AWS API Documentation

Constants

SENSITIVE