Class: Aws::DevOpsGuru::Types::PerformanceInsightsReferenceMetric

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devopsguru/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

Instance Attribute Details

#metric_queryTypes::PerformanceInsightsMetricQuery

A query to be processed on the metric.



2740
2741
2742
2743
2744
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 2740

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