class Aws::MarketplaceEntitlementService::Types::EntitlementValue

The EntitlementValue represents the amount of capacity that the customer is entitled to for the product.

@!attribute [rw] integer_value

The IntegerValue field will be populated with an integer value when
the entitlement is an integer type. Otherwise, the field will not be
set.
@return [Integer]

@!attribute [rw] double_value

The DoubleValue field will be populated with a double value when the
entitlement is a double type. Otherwise, the field will not be set.
@return [Float]

@!attribute [rw] boolean_value

The BooleanValue field will be populated with a boolean value when
the entitlement is a boolean type. Otherwise, the field will not be
set.
@return [Boolean]

@!attribute [rw] string_value

The StringValue field will be populated with a string value when the
entitlement is a string type. Otherwise, the field will not be set.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/entitlement.marketplace-2017-01-11/EntitlementValue AWS API Documentation

Constants

SENSITIVE