Class: Aws::DevOpsGuru::Types::ReactiveAnomaly
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::ReactiveAnomaly
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsguru/types.rb
Overview
Details about a reactive 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>
The Amazon Web Services resources in which anomalous behavior was detected by DevOps Guru.
-
#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.
-
#causal_anomaly_id ⇒ String
The ID of the causal anomaly that is associated with this reactive anomaly.
-
#description ⇒ String
A description of the reactive anomaly.
-
#id ⇒ String
The ID of the reactive anomaly.
-
#name ⇒ String
The name of the reactive anomaly.
-
#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.
-
#status ⇒ String
The status of the anomaly.
-
#type ⇒ String
The type of the reactive anomaly.
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.
3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 3333 class ReactiveAnomaly < Struct.new( :id, :severity, :status, :anomaly_time_range, :anomaly_reported_time_range, :source_details, :associated_insight_id, :resource_collection, :type, :name, :description, :causal_anomaly_id, :anomaly_resources) SENSITIVE = [] include Aws::Structure end |
#anomaly_resources ⇒ Array<Types::AnomalyResource>
The Amazon Web Services resources in which anomalous behavior was detected by DevOps Guru.
3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 3333 class ReactiveAnomaly < Struct.new( :id, :severity, :status, :anomaly_time_range, :anomaly_reported_time_range, :source_details, :associated_insight_id, :resource_collection, :type, :name, :description, :causal_anomaly_id, :anomaly_resources) 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.
3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 3333 class ReactiveAnomaly < Struct.new( :id, :severity, :status, :anomaly_time_range, :anomaly_reported_time_range, :source_details, :associated_insight_id, :resource_collection, :type, :name, :description, :causal_anomaly_id, :anomaly_resources) 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.
3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 3333 class ReactiveAnomaly < Struct.new( :id, :severity, :status, :anomaly_time_range, :anomaly_reported_time_range, :source_details, :associated_insight_id, :resource_collection, :type, :name, :description, :causal_anomaly_id, :anomaly_resources) SENSITIVE = [] include Aws::Structure end |
#causal_anomaly_id ⇒ String
The ID of the causal anomaly that is associated with this reactive anomaly. The ID of a ‘CAUSAL` anomaly is always `NULL`.
3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 3333 class ReactiveAnomaly < Struct.new( :id, :severity, :status, :anomaly_time_range, :anomaly_reported_time_range, :source_details, :associated_insight_id, :resource_collection, :type, :name, :description, :causal_anomaly_id, :anomaly_resources) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the reactive anomaly.
3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 3333 class ReactiveAnomaly < Struct.new( :id, :severity, :status, :anomaly_time_range, :anomaly_reported_time_range, :source_details, :associated_insight_id, :resource_collection, :type, :name, :description, :causal_anomaly_id, :anomaly_resources) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the reactive anomaly.
3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 3333 class ReactiveAnomaly < Struct.new( :id, :severity, :status, :anomaly_time_range, :anomaly_reported_time_range, :source_details, :associated_insight_id, :resource_collection, :type, :name, :description, :causal_anomaly_id, :anomaly_resources) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the reactive anomaly.
3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 3333 class ReactiveAnomaly < Struct.new( :id, :severity, :status, :anomaly_time_range, :anomaly_reported_time_range, :source_details, :associated_insight_id, :resource_collection, :type, :name, :description, :causal_anomaly_id, :anomaly_resources) 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.
3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 3333 class ReactiveAnomaly < Struct.new( :id, :severity, :status, :anomaly_time_range, :anomaly_reported_time_range, :source_details, :associated_insight_id, :resource_collection, :type, :name, :description, :causal_anomaly_id, :anomaly_resources) 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*.
3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 3333 class ReactiveAnomaly < Struct.new( :id, :severity, :status, :anomaly_time_range, :anomaly_reported_time_range, :source_details, :associated_insight_id, :resource_collection, :type, :name, :description, :causal_anomaly_id, :anomaly_resources) 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.
3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 3333 class ReactiveAnomaly < Struct.new( :id, :severity, :status, :anomaly_time_range, :anomaly_reported_time_range, :source_details, :associated_insight_id, :resource_collection, :type, :name, :description, :causal_anomaly_id, :anomaly_resources) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the anomaly.
3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 3333 class ReactiveAnomaly < Struct.new( :id, :severity, :status, :anomaly_time_range, :anomaly_reported_time_range, :source_details, :associated_insight_id, :resource_collection, :type, :name, :description, :causal_anomaly_id, :anomaly_resources) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the reactive anomaly. It can be one of the following types.
-
‘CAUSAL` - the anomaly can cause a new insight.
-
‘CONTEXTUAL` - the anomaly contains additional information about an insight or its causal anomaly.
3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 3333 class ReactiveAnomaly < Struct.new( :id, :severity, :status, :anomaly_time_range, :anomaly_reported_time_range, :source_details, :associated_insight_id, :resource_collection, :type, :name, :description, :causal_anomaly_id, :anomaly_resources) SENSITIVE = [] include Aws::Structure end |