Class: Aws::Types::PerformanceInsightsMetricsDetail
- Inherits:
-
Object
- Object
- Aws::Types::PerformanceInsightsMetricsDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metric_display_name ⇒ ::String
Returns the value of attribute metric_display_name.
-
#metric_query ⇒ Types::PerformanceInsightsMetricQuery
Returns the value of attribute metric_query.
-
#reference_data ⇒ ::Array[Types::PerformanceInsightsReferenceData]
Returns the value of attribute reference_data.
-
#stats_at_anomaly ⇒ ::Array[Types::PerformanceInsightsStat]
Returns the value of attribute stats_at_anomaly.
-
#stats_at_baseline ⇒ ::Array[Types::PerformanceInsightsStat]
Returns the value of attribute stats_at_baseline.
-
#unit ⇒ ::String
Returns the value of attribute unit.
Instance Attribute Details
#metric_display_name ⇒ ::String
Returns the value of attribute metric_display_name.
628 629 630 |
# File 'sig/types.rbs', line 628 def metric_display_name @metric_display_name end |
#metric_query ⇒ Types::PerformanceInsightsMetricQuery
Returns the value of attribute metric_query.
630 631 632 |
# File 'sig/types.rbs', line 630 def metric_query @metric_query end |
#reference_data ⇒ ::Array[Types::PerformanceInsightsReferenceData]
Returns the value of attribute reference_data.
631 632 633 |
# File 'sig/types.rbs', line 631 def reference_data @reference_data end |
#stats_at_anomaly ⇒ ::Array[Types::PerformanceInsightsStat]
Returns the value of attribute stats_at_anomaly.
632 633 634 |
# File 'sig/types.rbs', line 632 def stats_at_anomaly @stats_at_anomaly end |
#stats_at_baseline ⇒ ::Array[Types::PerformanceInsightsStat]
Returns the value of attribute stats_at_baseline.
633 634 635 |
# File 'sig/types.rbs', line 633 def stats_at_baseline @stats_at_baseline end |
#unit ⇒ ::String
Returns the value of attribute unit.
629 630 631 |
# File 'sig/types.rbs', line 629 def unit @unit end |