Coverage

class Coverage

The amount of instance usage that a reservation covered.

Types

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

Properties

Link copied to clipboard

The amount of cost that the reservation covered.

Link copied to clipboard

The amount of instance usage that the reservation covered, in hours.

Link copied to clipboard

The amount of instance usage that the reservation covered, in normalized units.

Functions

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