Class: Aws::PI::Types::Data
- Inherits:
-
Struct
- Object
- Struct
- Aws::PI::Types::Data
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pi/types.rb
Overview
List of data objects which provide details about source metrics. This field can be used to determine the PI metric to render for the insight. This data type also includes static values for the metrics for the Insight that were calculated and included in text and annotations on the DB load chart.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#performance_insights_metric ⇒ Types::PerformanceInsightsMetric
This field determines the Performance Insights metric to render for the insight.
Instance Attribute Details
#performance_insights_metric ⇒ Types::PerformanceInsightsMetric
This field determines the Performance Insights metric to render for the insight. The ‘name` field refers to a Performance Insights metric.
173 174 175 176 177 |
# File 'lib/aws-sdk-pi/types.rb', line 173 class Data < Struct.new( :performance_insights_metric) SENSITIVE = [] include Aws::Structure end |