Class: Aws::Types::ReactiveAnomaly
- Inherits:
-
Object
- Object
- Aws::Types::ReactiveAnomaly
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#anomaly_reported_time_range ⇒ Types::AnomalyReportedTimeRange
Returns the value of attribute anomaly_reported_time_range.
-
#anomaly_resources ⇒ ::Array[Types::AnomalyResource]
Returns the value of attribute anomaly_resources.
-
#anomaly_time_range ⇒ Types::AnomalyTimeRange
Returns the value of attribute anomaly_time_range.
-
#associated_insight_id ⇒ ::String
Returns the value of attribute associated_insight_id.
-
#causal_anomaly_id ⇒ ::String
Returns the value of attribute causal_anomaly_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#resource_collection ⇒ Types::ResourceCollection
Returns the value of attribute resource_collection.
-
#severity ⇒ "LOW", ...
Returns the value of attribute severity.
-
#source_details ⇒ Types::AnomalySourceDetails
Returns the value of attribute source_details.
-
#status ⇒ "ONGOING", "CLOSED"
Returns the value of attribute status.
-
#type ⇒ "CAUSAL", "CONTEXTUAL"
Returns the value of attribute type.
Instance Attribute Details
#anomaly_reported_time_range ⇒ Types::AnomalyReportedTimeRange
Returns the value of attribute anomaly_reported_time_range.
760 761 762 |
# File 'sig/types.rbs', line 760 def anomaly_reported_time_range @anomaly_reported_time_range end |
#anomaly_resources ⇒ ::Array[Types::AnomalyResource]
Returns the value of attribute anomaly_resources.
768 769 770 |
# File 'sig/types.rbs', line 768 def anomaly_resources @anomaly_resources end |
#anomaly_time_range ⇒ Types::AnomalyTimeRange
Returns the value of attribute anomaly_time_range.
759 760 761 |
# File 'sig/types.rbs', line 759 def anomaly_time_range @anomaly_time_range end |
#associated_insight_id ⇒ ::String
Returns the value of attribute associated_insight_id.
762 763 764 |
# File 'sig/types.rbs', line 762 def associated_insight_id @associated_insight_id end |
#causal_anomaly_id ⇒ ::String
Returns the value of attribute causal_anomaly_id.
767 768 769 |
# File 'sig/types.rbs', line 767 def causal_anomaly_id @causal_anomaly_id end |
#description ⇒ ::String
Returns the value of attribute description.
766 767 768 |
# File 'sig/types.rbs', line 766 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
756 757 758 |
# File 'sig/types.rbs', line 756 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
765 766 767 |
# File 'sig/types.rbs', line 765 def name @name end |
#resource_collection ⇒ Types::ResourceCollection
Returns the value of attribute resource_collection.
763 764 765 |
# File 'sig/types.rbs', line 763 def resource_collection @resource_collection end |
#severity ⇒ "LOW", ...
Returns the value of attribute severity.
757 758 759 |
# File 'sig/types.rbs', line 757 def severity @severity end |
#source_details ⇒ Types::AnomalySourceDetails
Returns the value of attribute source_details.
761 762 763 |
# File 'sig/types.rbs', line 761 def source_details @source_details end |
#status ⇒ "ONGOING", "CLOSED"
Returns the value of attribute status.
758 759 760 |
# File 'sig/types.rbs', line 758 def status @status end |
#type ⇒ "CAUSAL", "CONTEXTUAL"
Returns the value of attribute type.
764 765 766 |
# File 'sig/types.rbs', line 764 def type @type end |