Class: Aws::DevOpsGuru::Types::PerformanceInsightsReferenceData

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

Instance Attribute Details

#comparison_valuesTypes::PerformanceInsightsReferenceComparisonValues

The specific reference values used to evaluate the Performance Insights. For more information, see PerformanceInsightsReferenceComparisonValues.



2724
2725
2726
2727
2728
2729
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 2724

class PerformanceInsightsReferenceData < Struct.new(
  :name,
  :comparison_values)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the reference data.

Returns:

  • (String)


2724
2725
2726
2727
2728
2729
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 2724

class PerformanceInsightsReferenceData < Struct.new(
  :name,
  :comparison_values)
  SENSITIVE = []
  include Aws::Structure
end