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
- Struct
- Aws::PI::Types::DimensionKeyDescription
- Defined in:
- (unknown)
Overview
An array of descriptions and aggregated values for each dimension within a dimension group.
Instance Attribute Summary collapse
-
#dimensions ⇒ Hash<String,String>
A map of name-value pairs for the dimensions in the group.
-
#partitions ⇒ Array<Float>
If
PartitionBy
was specified,PartitionKeys
contains the dimensions that were. -
#total ⇒ Float
The aggregated metric value for the dimension(s), over the requested time range.
Instance Attribute Details
#dimensions ⇒ Hash<String,String>
A map of name-value pairs for the dimensions in the group.
#partitions ⇒ Array<Float>
If PartitionBy
was specified, PartitionKeys
contains the dimensions
that were.
#total ⇒ Float
The aggregated metric value for the dimension(s), over the requested time range.