Class: Aws::Types::ProactiveAnomaly
- Inherits:
-
Object
- Object
- Aws::Types::ProactiveAnomaly
- 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.
677 678 679 |
# File 'sig/types.rbs', line 677 def anomaly_reported_time_range @anomaly_reported_time_range end |
#anomaly_resources ⇒ ::Array[Types::AnomalyResource]
Returns the value of attribute anomaly_resources.
684 685 686 |
# File 'sig/types.rbs', line 684 def anomaly_resources @anomaly_resources end |
#anomaly_time_range ⇒ Types::AnomalyTimeRange
Returns the value of attribute anomaly_time_range.
676 677 678 |
# File 'sig/types.rbs', line 676 def anomaly_time_range @anomaly_time_range end |
#associated_insight_id ⇒ ::String
Returns the value of attribute associated_insight_id.
680 681 682 |
# File 'sig/types.rbs', line 680 def associated_insight_id @associated_insight_id end |
#description ⇒ ::String
Returns the value of attribute description.
685 686 687 |
# File 'sig/types.rbs', line 685 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
672 673 674 |
# File 'sig/types.rbs', line 672 def id @id end |
#limit ⇒ ::Float
Returns the value of attribute limit.
682 683 684 |
# File 'sig/types.rbs', line 682 def limit @limit end |
#prediction_time_range ⇒ Types::PredictionTimeRange
Returns the value of attribute prediction_time_range.
678 679 680 |
# File 'sig/types.rbs', line 678 def prediction_time_range @prediction_time_range end |
#resource_collection ⇒ Types::ResourceCollection
Returns the value of attribute resource_collection.
681 682 683 |
# File 'sig/types.rbs', line 681 def resource_collection @resource_collection end |
#severity ⇒ "LOW", ...
Returns the value of attribute severity.
673 674 675 |
# File 'sig/types.rbs', line 673 def severity @severity end |
#source_details ⇒ Types::AnomalySourceDetails
Returns the value of attribute source_details.
679 680 681 |
# File 'sig/types.rbs', line 679 def source_details @source_details end |
#source_metadata ⇒ Types::AnomalySourceMetadata
Returns the value of attribute source_metadata.
683 684 685 |
# File 'sig/types.rbs', line 683 def @source_metadata end |
#status ⇒ "ONGOING", "CLOSED"
Returns the value of attribute status.
674 675 676 |
# File 'sig/types.rbs', line 674 def status @status end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
675 676 677 |
# File 'sig/types.rbs', line 675 def update_time @update_time end |