Class: Aws::DevOpsGuru::Types::ReactiveAnomaly

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devopsguru/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

Instance Attribute Details

#anomaly_reported_time_rangeTypes::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 'gems/aws-sdk-devopsguru/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_resourcesArray<Types::AnomalyResource>

The Amazon Web Services resources in which anomalous behavior was detected by DevOps Guru.

Returns:



3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
# File 'gems/aws-sdk-devopsguru/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_rangeTypes::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 'gems/aws-sdk-devopsguru/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_idString

The ID of the insight that contains this anomaly. An insight is composed of related anomalies.

Returns:

  • (String)


3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
# File 'gems/aws-sdk-devopsguru/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_idString

The ID of the causal anomaly that is associated with this reactive anomaly. The ID of a CAUSAL anomaly is always NULL.

Returns:

  • (String)


3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
# File 'gems/aws-sdk-devopsguru/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

#descriptionString

A description of the reactive anomaly.

Returns:

  • (String)


3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
# File 'gems/aws-sdk-devopsguru/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

#idString

The ID of the reactive anomaly.

Returns:

  • (String)


3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
# File 'gems/aws-sdk-devopsguru/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

#nameString

The name of the reactive anomaly.

Returns:

  • (String)


3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
# File 'gems/aws-sdk-devopsguru/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_collectionTypes::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 'gems/aws-sdk-devopsguru/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

#severityString

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.

Returns:

  • (String)


3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
# File 'gems/aws-sdk-devopsguru/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_detailsTypes::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 'gems/aws-sdk-devopsguru/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

#statusString

The status of the anomaly.

Returns:

  • (String)


3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
# File 'gems/aws-sdk-devopsguru/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

#typeString

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.

Returns:

  • (String)


3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
# File 'gems/aws-sdk-devopsguru/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