UtilizationAggregates Class

The aggregate values of savings plan utilization.

Constructor

UtilizationAggregates(*args: Any, **kwargs: Any)

Variables

Name Description
grain

The grain of the aggregate.

grain_unit
str

The grain unit of the aggregate.

value

The aggregate value.

value_unit
str

The aggregate value unit.

Attributes

grain

The grain of the aggregate.

grain: float | None

grain_unit

The grain unit of the aggregate.

grain_unit: str | None

value

The aggregate value.

value: float | None

value_unit

The aggregate value unit.

value_unit: str | None