Class: Aws::RDS::Types::MetricQuery
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDS::Types::MetricQuery
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rds/types.rb
 
Overview
The query to retrieve metric data points.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #performance_insights_metric_query  ⇒ Types::PerformanceInsightsMetricQuery 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Performance Insights query that you can use to retrieve Performance Insights metric data points.
 
Instance Attribute Details
#performance_insights_metric_query ⇒ Types::PerformanceInsightsMetricQuery
The Performance Insights query that you can use to retrieve Performance Insights metric data points.
      17015 17016 17017 17018 17019  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 17015 class MetricQuery < Struct.new( :performance_insights_metric_query) SENSITIVE = [] include Aws::Structure end  |