Class: Aws::DevOpsGuru::Types::ProactiveAnomaly

Inherits:
Struct
  • Object
show all
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

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.



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_resourcesArray<Types::AnomalyResource>

Information about a resource in which DevOps Guru detected anomalous behavior.

Returns:



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_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.



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_idString

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

Returns:

  • (String)


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

#descriptionString

A description of the proactive anomaly.

Returns:

  • (String)


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

#idString

The ID of a proactive anomaly.

Returns:

  • (String)


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

#limitFloat

A threshold that was exceeded by behavior in analyzed resources. Exceeding this threshold is related to the anomalous behavior that generated this anomaly.

Returns:

  • (Float)


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_rangeTypes::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_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.



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

#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)


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_detailsTypes::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_metadataTypes::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

#statusString

The status of a proactive anomaly.

Returns:

  • (String)


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_timeTime

The time of the anomaly's most recent update.

Returns:

  • (Time)


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