Class: Aws::Types::ProactiveAnomalySummary
- Inherits:
-
Object
- Object
- Aws::Types::ProactiveAnomalySummary
- 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.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#limit ⇒ ::Float
Returns the value of attribute limit.
-
#prediction_time_range ⇒ Types::PredictionTimeRange
Returns the value of attribute prediction_time_range.
-
#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.
-
#source_metadata ⇒ Types::AnomalySourceMetadata
Returns the value of attribute source_metadata.
-
#status ⇒ "ONGOING", "CLOSED"
Returns the value of attribute status.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#anomaly_reported_time_range ⇒ Types::AnomalyReportedTimeRange
Returns the value of attribute anomaly_reported_time_range.
695 696 697 |
# File 'sig/types.rbs', line 695 def anomaly_reported_time_range @anomaly_reported_time_range end |
#anomaly_resources ⇒ ::Array[Types::AnomalyResource]
Returns the value of attribute anomaly_resources.
702 703 704 |
# File 'sig/types.rbs', line 702 def anomaly_resources @anomaly_resources end |
#anomaly_time_range ⇒ Types::AnomalyTimeRange
Returns the value of attribute anomaly_time_range.
694 695 696 |
# File 'sig/types.rbs', line 694 def anomaly_time_range @anomaly_time_range end |
#associated_insight_id ⇒ ::String
Returns the value of attribute associated_insight_id.
698 699 700 |
# File 'sig/types.rbs', line 698 def associated_insight_id @associated_insight_id end |
#description ⇒ ::String
Returns the value of attribute description.
703 704 705 |
# File 'sig/types.rbs', line 703 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
690 691 692 |
# File 'sig/types.rbs', line 690 def id @id end |
#limit ⇒ ::Float
Returns the value of attribute limit.
700 701 702 |
# File 'sig/types.rbs', line 700 def limit @limit end |
#prediction_time_range ⇒ Types::PredictionTimeRange
Returns the value of attribute prediction_time_range.
696 697 698 |
# File 'sig/types.rbs', line 696 def prediction_time_range @prediction_time_range end |
#resource_collection ⇒ Types::ResourceCollection
Returns the value of attribute resource_collection.
699 700 701 |
# File 'sig/types.rbs', line 699 def resource_collection @resource_collection end |
#severity ⇒ "LOW", ...
Returns the value of attribute severity.
691 692 693 |
# File 'sig/types.rbs', line 691 def severity @severity end |
#source_details ⇒ Types::AnomalySourceDetails
Returns the value of attribute source_details.
697 698 699 |
# File 'sig/types.rbs', line 697 def source_details @source_details end |
#source_metadata ⇒ Types::AnomalySourceMetadata
Returns the value of attribute source_metadata.
701 702 703 |
# File 'sig/types.rbs', line 701 def @source_metadata end |
#status ⇒ "ONGOING", "CLOSED"
Returns the value of attribute status.
692 693 694 |
# File 'sig/types.rbs', line 692 def status @status end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
693 694 695 |
# File 'sig/types.rbs', line 693 def update_time @update_time end |