Entitlement
public struct Entitlement : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The customer identifier is a handle to each unique customer in an application. Customer identifiers are obtained through the ResolveCustomer operation in AWS Marketplace Metering Service.
Declaration
Swift
public let customerIdentifier: String?
-
The dimension for which the given entitlement applies. Dimensions represent categories of capacity in a product and are specified when the product is listed in AWS Marketplace.
Declaration
Swift
public let dimension: String?
-
The expiration date represents the minimum date through which this entitlement is expected to remain valid. For contractual products listed on AWS Marketplace, the expiration date is the date at which the customer will renew or cancel their contract. Customers who are opting to renew their contract will still have entitlements with an expiration date.
Declaration
Swift
public let expirationDate: TimeStamp?
-
The product code for which the given entitlement applies. Product codes are provided by AWS Marketplace when the product listing is created.
Declaration
Swift
public let productCode: String?
-
The EntitlementValue represents the amount of capacity that the customer is entitled to for the product.
Declaration
Swift
public let value: EntitlementValue?
-
Undocumented
Declaration
Swift
public init(customerIdentifier: String? = nil, dimension: String? = nil, expirationDate: TimeStamp? = nil, productCode: String? = nil, value: EntitlementValue? = nil)