Class: Aws::Types::PerformanceInsightsReferenceComparisonValues
- Inherits:
-
Object
- Object
- Aws::Types::PerformanceInsightsReferenceComparisonValues
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#reference_metric ⇒ Types::PerformanceInsightsReferenceMetric
Returns the value of attribute reference_metric.
-
#reference_scalar ⇒ Types::PerformanceInsightsReferenceScalar
Returns the value of attribute reference_scalar.
Instance Attribute Details
#reference_metric ⇒ Types::PerformanceInsightsReferenceMetric
Returns the value of attribute reference_metric.
639 640 641 |
# File 'sig/types.rbs', line 639 def reference_metric @reference_metric end |
#reference_scalar ⇒ Types::PerformanceInsightsReferenceScalar
Returns the value of attribute reference_scalar.
638 639 640 |
# File 'sig/types.rbs', line 638 def reference_scalar @reference_scalar end |