Spend

class Spend

The amount of cost or usage that's measured for a budget.

Cost example: A Spend for 3 USD of costs has the following parameters:

  • An Amount of 3

  • A Unit of USD

Usage example: A Spend for 3 GB of S3 usage has the following parameters:

  • An Amount of 3

  • A Unit of GB

Types

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

Properties

Link copied to clipboard

The cost or usage amount that's associated with a budget forecast, actual spend, or budget threshold.

Link copied to clipboard

The unit of measurement that's used for the budget forecast, actual spend, or budget threshold.

Functions

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