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
- Struct
- Aws::PI::Types::MetricKeyDataPoints
 
- Defined in:
- (unknown)
Overview
A time-ordered series of data points, correpsonding to a dimension of a Performance Insights metric.
Instance Attribute Summary collapse
- 
  
    
      #data_points  ⇒ Array<Types::DataPoint> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    An array of timestamp-value pairs, representing measurements over a period of time. 
- 
  
    
      #key  ⇒ Types::ResponseResourceMetricKey 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The dimension(s) to which the data points apply. 
Instance Attribute Details
#data_points ⇒ Array<Types::DataPoint>
An array of timestamp-value pairs, representing measurements over a period of time.
#key ⇒ Types::ResponseResourceMetricKey
The dimension(s) to which the data points apply.