Class: Aws::DevOpsGuru::Types::ProactiveAnomaly
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::ProactiveAnomaly
- Defined in:
- gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb
Overview
Information about an anomaly. This object is returned by
ListAnomalies
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#anomaly_reported_time_range ⇒ Types::AnomalyReportedTimeRange
An
AnomalyReportedTimeRange
object that specifies the time range between when the anomaly is opened and the time when it is closed. -
#anomaly_resources ⇒ Array<Types::AnomalyResource>
Information about a resource in which DevOps Guru detected anomalous behavior.
-
#anomaly_time_range ⇒ Types::AnomalyTimeRange
A time range that specifies when the observed unusual behavior in an anomaly started and ended.
-
#associated_insight_id ⇒ String
The ID of the insight that contains this anomaly.
-
#description ⇒ String
A description of the proactive anomaly.
-
#id ⇒ String
The ID of a proactive anomaly.
-
#limit ⇒ Float
A threshold that was exceeded by behavior in analyzed resources.
-
#prediction_time_range ⇒ Types::PredictionTimeRange
The time range during which anomalous behavior in a proactive anomaly or an insight is expected to occur.
-
#resource_collection ⇒ Types::ResourceCollection
A collection of Amazon Web Services resources supported by DevOps Guru.
-
#severity ⇒ String
The severity of the anomaly.
-
#source_details ⇒ Types::AnomalySourceDetails
Details about the source of the analyzed operational data that triggered the anomaly.
-
#source_metadata ⇒ Types::AnomalySourceMetadata
The metadata for the anomaly.
-
#status ⇒ String
The status of a proactive anomaly.
-
#update_time ⇒ Time
The time of the anomaly's most recent update.
Instance Attribute Details
#anomaly_reported_time_range ⇒ Types::AnomalyReportedTimeRange
An AnomalyReportedTimeRange
object that specifies the time range
between when the anomaly is opened and the time when it is closed.
2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 |
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 2888 class ProactiveAnomaly < Struct.new( :id, :severity, :status, :update_time, :anomaly_time_range, :anomaly_reported_time_range, :prediction_time_range, :source_details, :associated_insight_id, :resource_collection, :limit, :source_metadata, :anomaly_resources, :description) SENSITIVE = [] include Aws::Structure end |
#anomaly_resources ⇒ Array<Types::AnomalyResource>
Information about a resource in which DevOps Guru detected anomalous behavior.
2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 |
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 2888 class ProactiveAnomaly < Struct.new( :id, :severity, :status, :update_time, :anomaly_time_range, :anomaly_reported_time_range, :prediction_time_range, :source_details, :associated_insight_id, :resource_collection, :limit, :source_metadata, :anomaly_resources, :description) SENSITIVE = [] include Aws::Structure end |
#anomaly_time_range ⇒ Types::AnomalyTimeRange
A time range that specifies when the observed unusual behavior in an
anomaly started and ended. This is different from
AnomalyReportedTimeRange
, which specifies the time range when
DevOps Guru opens and then closes an anomaly.
2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 |
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 2888 class ProactiveAnomaly < Struct.new( :id, :severity, :status, :update_time, :anomaly_time_range, :anomaly_reported_time_range, :prediction_time_range, :source_details, :associated_insight_id, :resource_collection, :limit, :source_metadata, :anomaly_resources, :description) SENSITIVE = [] include Aws::Structure end |
#associated_insight_id ⇒ String
The ID of the insight that contains this anomaly. An insight is composed of related anomalies.
2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 |
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 2888 class ProactiveAnomaly < Struct.new( :id, :severity, :status, :update_time, :anomaly_time_range, :anomaly_reported_time_range, :prediction_time_range, :source_details, :associated_insight_id, :resource_collection, :limit, :source_metadata, :anomaly_resources, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the proactive anomaly.
2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 |
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 2888 class ProactiveAnomaly < Struct.new( :id, :severity, :status, :update_time, :anomaly_time_range, :anomaly_reported_time_range, :prediction_time_range, :source_details, :associated_insight_id, :resource_collection, :limit, :source_metadata, :anomaly_resources, :description) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of a proactive anomaly.
2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 |
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 2888 class ProactiveAnomaly < Struct.new( :id, :severity, :status, :update_time, :anomaly_time_range, :anomaly_reported_time_range, :prediction_time_range, :source_details, :associated_insight_id, :resource_collection, :limit, :source_metadata, :anomaly_resources, :description) SENSITIVE = [] include Aws::Structure end |
#limit ⇒ Float
A threshold that was exceeded by behavior in analyzed resources. Exceeding this threshold is related to the anomalous behavior that generated this anomaly.
2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 |
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 2888 class ProactiveAnomaly < Struct.new( :id, :severity, :status, :update_time, :anomaly_time_range, :anomaly_reported_time_range, :prediction_time_range, :source_details, :associated_insight_id, :resource_collection, :limit, :source_metadata, :anomaly_resources, :description) SENSITIVE = [] include Aws::Structure end |
#prediction_time_range ⇒ Types::PredictionTimeRange
The time range during which anomalous behavior in a proactive anomaly or an insight is expected to occur.
2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 |
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 2888 class ProactiveAnomaly < Struct.new( :id, :severity, :status, :update_time, :anomaly_time_range, :anomaly_reported_time_range, :prediction_time_range, :source_details, :associated_insight_id, :resource_collection, :limit, :source_metadata, :anomaly_resources, :description) SENSITIVE = [] include Aws::Structure end |
#resource_collection ⇒ Types::ResourceCollection
A collection of Amazon Web Services resources supported by DevOps Guru. The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag key. You can specify up to 500 Amazon Web Services CloudFormation stacks.
2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 |
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 2888 class ProactiveAnomaly < Struct.new( :id, :severity, :status, :update_time, :anomaly_time_range, :anomaly_reported_time_range, :prediction_time_range, :source_details, :associated_insight_id, :resource_collection, :limit, :source_metadata, :anomaly_resources, :description) SENSITIVE = [] include Aws::Structure end |
#severity ⇒ String
The severity of the anomaly. The severity of anomalies that generate an insight determine that insight's severity. For more information, see Understanding insight severities in the Amazon DevOps Guru User Guide.
2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 |
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 2888 class ProactiveAnomaly < Struct.new( :id, :severity, :status, :update_time, :anomaly_time_range, :anomaly_reported_time_range, :prediction_time_range, :source_details, :associated_insight_id, :resource_collection, :limit, :source_metadata, :anomaly_resources, :description) SENSITIVE = [] include Aws::Structure end |
#source_details ⇒ Types::AnomalySourceDetails
Details about the source of the analyzed operational data that triggered the anomaly. The one supported source is Amazon CloudWatch metrics.
2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 |
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 2888 class ProactiveAnomaly < Struct.new( :id, :severity, :status, :update_time, :anomaly_time_range, :anomaly_reported_time_range, :prediction_time_range, :source_details, :associated_insight_id, :resource_collection, :limit, :source_metadata, :anomaly_resources, :description) SENSITIVE = [] include Aws::Structure end |
#source_metadata ⇒ Types::AnomalySourceMetadata
The metadata for the anomaly.
2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 |
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 2888 class ProactiveAnomaly < Struct.new( :id, :severity, :status, :update_time, :anomaly_time_range, :anomaly_reported_time_range, :prediction_time_range, :source_details, :associated_insight_id, :resource_collection, :limit, :source_metadata, :anomaly_resources, :description) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of a proactive anomaly.
2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 |
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 2888 class ProactiveAnomaly < Struct.new( :id, :severity, :status, :update_time, :anomaly_time_range, :anomaly_reported_time_range, :prediction_time_range, :source_details, :associated_insight_id, :resource_collection, :limit, :source_metadata, :anomaly_resources, :description) SENSITIVE = [] include Aws::Structure end |
#update_time ⇒ Time
The time of the anomaly's most recent update.
2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 |
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 2888 class ProactiveAnomaly < Struct.new( :id, :severity, :status, :update_time, :anomaly_time_range, :anomaly_reported_time_range, :prediction_time_range, :source_details, :associated_insight_id, :resource_collection, :limit, :source_metadata, :anomaly_resources, :description) SENSITIVE = [] include Aws::Structure end |