ReservationValue

The cost associated with the Reserved Instance.

Types

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

Properties

Link copied to clipboard

The hourly rate of the reservation.

Link copied to clipboard

The balance of the total value (the sum of remainingUpfrontValue + hourlyPrice * number of hours remaining).

Link copied to clipboard

The remaining upfront cost of the reservation.

Functions

Link copied to clipboard
inline fun copy(block: ReservationValue.Builder.() -> Unit = {}): ReservationValue
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