Class: Aws::DevOpsGuru::Types::PerformanceInsightsReferenceData
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::PerformanceInsightsReferenceData
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsguru/types.rb
Overview
Reference data used to evaluate Performance Insights to determine if its performance is anomalous or not.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#comparison_values ⇒ Types::PerformanceInsightsReferenceComparisonValues
The specific reference values used to evaluate the Performance Insights.
-
#name ⇒ String
The name of the reference data.
Instance Attribute Details
#comparison_values ⇒ Types::PerformanceInsightsReferenceComparisonValues
The specific reference values used to evaluate the Performance Insights. For more information, see ‘ PerformanceInsightsReferenceComparisonValues `.
2724 2725 2726 2727 2728 2729 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 2724 class PerformanceInsightsReferenceData < Struct.new( :name, :comparison_values) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the reference data.
2724 2725 2726 2727 2728 2729 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 2724 class PerformanceInsightsReferenceData < Struct.new( :name, :comparison_values) SENSITIVE = [] include Aws::Structure end |