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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

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:



1455
1456
1457
1458
1459
1460
# File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 1455

class MetricKeyDataPoints < Struct.new(
  :key,
  :data_points)
  SENSITIVE = []
  include Aws::Structure
end

#keyTypes::ResponseResourceMetricKey

The dimensions to which the data points apply.



1455
1456
1457
1458
1459
1460
# File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 1455

class MetricKeyDataPoints < Struct.new(
  :key,
  :data_points)
  SENSITIVE = []
  include Aws::Structure
end