DimensionValues

Specifies the values and match options for dimension-based filtering in cost and usage queries.

Types

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

Properties

Link copied to clipboard

The key of the dimension to filter on (for example, SERVICE, USAGE_TYPE, or OPERATION).

Link copied to clipboard

The match options for dimension values, such as EQUALS, CONTAINS, STARTS_WITH, or ENDS_WITH.

Link copied to clipboard

The values to match for the specified dimension key.

Functions

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