Class: Aws::Types::AnomalySourceDetails
- Inherits:
-
Object
- Object
- Aws::Types::AnomalySourceDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_watch_metrics ⇒ ::Array[Types::CloudWatchMetricsDetail]
Returns the value of attribute cloud_watch_metrics.
-
#performance_insights_metrics ⇒ ::Array[Types::PerformanceInsightsMetricsDetail]
Returns the value of attribute performance_insights_metrics.
Instance Attribute Details
#cloud_watch_metrics ⇒ ::Array[Types::CloudWatchMetricsDetail]
Returns the value of attribute cloud_watch_metrics.
65 66 67 |
# File 'sig/types.rbs', line 65 def cloud_watch_metrics @cloud_watch_metrics end |
#performance_insights_metrics ⇒ ::Array[Types::PerformanceInsightsMetricsDetail]
Returns the value of attribute performance_insights_metrics.
66 67 68 |
# File 'sig/types.rbs', line 66 def performance_insights_metrics @performance_insights_metrics end |