RateCardItem

Defines the per unit rates for each individual product dimension.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

Per unit price for the product dimension that’s used for calculating the amount to be charged.

Functions

Link copied to clipboard
inline fun copy(block: RateCardItem.Builder.() -> Unit = {}): RateCardItem
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String