AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
The EntitlementValue represents the amount of capacity that the customer is entitled to for the product.
Namespace: Amazon.MarketplaceEntitlementService.Model
Assembly: AWSSDK.MarketplaceEntitlementService.dll
Version: 3.x.y.z
public class EntitlementValue
The EntitlementValue type exposes the following members
Name | Description | |
---|---|---|
![]() |
EntitlementValue() |
Name | Type | Description | |
---|---|---|---|
![]() |
BooleanValue | System.Boolean |
Gets and sets the property BooleanValue. The BooleanValue field will be populated with a boolean value when the entitlement is a boolean type. Otherwise, the field will not be set. |
![]() |
DoubleValue | System.Double |
Gets and sets the property DoubleValue. The DoubleValue field will be populated with a double value when the entitlement is a double type. Otherwise, the field will not be set. |
![]() |
IntegerValue | System.Int32 |
Gets and sets the property IntegerValue. The IntegerValue field will be populated with an integer value when the entitlement is an integer type. Otherwise, the field will not be set. |
![]() |
StringValue | System.String |
Gets and sets the property StringValue. The StringValue field will be populated with a string value when the entitlement is a string type. Otherwise, the field will not be set. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5