Class: Aws::Types::ReactiveAnomalySummary
- Inherits:
-
Object
- Object
- Aws::Types::ReactiveAnomalySummary
- 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.
777 778 779 |
# File 'sig/types.rbs', line 777 def anomaly_reported_time_range @anomaly_reported_time_range end |
#anomaly_resources ⇒ ::Array[Types::AnomalyResource]
Returns the value of attribute anomaly_resources.
785 786 787 |
# File 'sig/types.rbs', line 785 def anomaly_resources @anomaly_resources end |
#anomaly_time_range ⇒ Types::AnomalyTimeRange
Returns the value of attribute anomaly_time_range.
776 777 778 |
# File 'sig/types.rbs', line 776 def anomaly_time_range @anomaly_time_range end |
#associated_insight_id ⇒ ::String
Returns the value of attribute associated_insight_id.
779 780 781 |
# File 'sig/types.rbs', line 779 def associated_insight_id @associated_insight_id end |
#causal_anomaly_id ⇒ ::String
Returns the value of attribute causal_anomaly_id.
784 785 786 |
# File 'sig/types.rbs', line 784 def causal_anomaly_id @causal_anomaly_id end |
#description ⇒ ::String
Returns the value of attribute description.
783 784 785 |
# File 'sig/types.rbs', line 783 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
773 774 775 |
# File 'sig/types.rbs', line 773 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
782 783 784 |
# File 'sig/types.rbs', line 782 def name @name end |
#resource_collection ⇒ Types::ResourceCollection
Returns the value of attribute resource_collection.
780 781 782 |
# File 'sig/types.rbs', line 780 def resource_collection @resource_collection end |
#severity ⇒ "LOW", ...
Returns the value of attribute severity.
774 775 776 |
# File 'sig/types.rbs', line 774 def severity @severity end |
#source_details ⇒ Types::AnomalySourceDetails
Returns the value of attribute source_details.
778 779 780 |
# File 'sig/types.rbs', line 778 def source_details @source_details end |
#status ⇒ "ONGOING", "CLOSED"
Returns the value of attribute status.
775 776 777 |
# File 'sig/types.rbs', line 775 def status @status end |
#type ⇒ "CAUSAL", "CONTEXTUAL"
Returns the value of attribute type.
781 782 783 |
# File 'sig/types.rbs', line 781 def type @type end |