You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::PI::Types::DimensionKeyDescription

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

An array of descriptions and aggregated values for each dimension within a dimension group.

Instance Attribute Summary collapse

Instance Attribute Details

#dimensionsHash<String,String>

A map of name-value pairs for the dimensions in the group.

Returns:

  • (Hash<String,String>)

    A map of name-value pairs for the dimensions in the group.

#partitionsArray<Float>

If PartitionBy was specified, PartitionKeys contains the dimensions that were.

Returns:

  • (Array<Float>)

    If PartitionBy was specified, PartitionKeys contains the dimensions that were.

#totalFloat

The aggregated metric value for the dimension(s), over the requested time range.

Returns:

  • (Float)

    The aggregated metric value for the dimension(s), over the requested time range.