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

Class: Aws::PI::Types::MetricKeyDataPoints

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

Overview

A time-ordered series of data points, correpsonding to a dimension of a Performance Insights metric.

Instance Attribute Summary collapse

Instance Attribute Details

#data_pointsArray<Types::DataPoint>

An array of timestamp-value pairs, representing measurements over a period of time.

Returns:

  • (Array<Types::DataPoint>)

    An array of timestamp-value pairs, representing measurements over a period of time.

#keyTypes::ResponseResourceMetricKey

The dimension(s) to which the data points apply.

Returns: