Class: Aws::DevOpsGuru::Types::PerformanceInsightsReferenceMetric
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::PerformanceInsightsReferenceMetric
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsguru/types.rb
Overview
Information about a reference metric used to evaluate Performance Insights.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metric_query ⇒ Types::PerformanceInsightsMetricQuery
A query to be processed on the metric.
Instance Attribute Details
#metric_query ⇒ Types::PerformanceInsightsMetricQuery
A query to be processed on the metric.
2740 2741 2742 2743 2744 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 2740 class PerformanceInsightsReferenceMetric < Struct.new( :metric_query) SENSITIVE = [] include Aws::Structure end |