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.
16941 16942 16943 16944 16945 |
# File 'lib/aws-sdk-rds/types.rb', line 16941 class MetricQuery < Struct.new( :performance_insights_metric_query) SENSITIVE = [] include Aws::Structure end |