You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MarketplaceEntitlementService::Types::EntitlementValue

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#boolean_valueBoolean

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

Returns:

  • (Boolean)

    The BooleanValue field will be populated with a boolean value when the entitlement is a boolean type.

#double_valueFloat

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

Returns:

  • (Float)

    The DoubleValue field will be populated with a double value when the entitlement is a double type.

#integer_valueInteger

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

Returns:

  • (Integer)

    The IntegerValue field will be populated with an integer value when the entitlement is an integer type.

#string_valueString

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

Returns:

  • (String)

    The StringValue field will be populated with a string value when the entitlement is a string type.