Class: Aws::RDS::Types::MetricQuery

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

Overview

The query to retrieve metric data points.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#performance_insights_metric_queryTypes::PerformanceInsightsMetricQuery

The Performance Insights query that you can use to retrieve Performance Insights metric data points.



16509
16510
16511
16512
16513
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 16509

class MetricQuery < Struct.new(
  :performance_insights_metric_query)
  SENSITIVE = []
  include Aws::Structure
end