Class: Aws::DevOpsGuru::Types::ProactiveAnomalySummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb

Overview

Details about a proactive anomaly. This object is returned by DescribeAnomaly.

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.



2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 2993

class ProactiveAnomalySummary < 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:



2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 2993

class ProactiveAnomalySummary < 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.



2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 2993

class ProactiveAnomalySummary < 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)


2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 2993

class ProactiveAnomalySummary < 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)


2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 2993

class ProactiveAnomalySummary < 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 the anomaly.

Returns:

  • (String)


2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 2993

class ProactiveAnomalySummary < 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)


2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 2993

class ProactiveAnomalySummary < 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.



2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 2993

class ProactiveAnomalySummary < 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.



2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 2993

class ProactiveAnomalySummary < 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)


2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 2993

class ProactiveAnomalySummary < 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.



2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 2993

class ProactiveAnomalySummary < 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 of the source which detects proactive anomalies.



2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 2993

class ProactiveAnomalySummary < 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 the anomaly.

Returns:

  • (String)


2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 2993

class ProactiveAnomalySummary < 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)


2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 2993

class ProactiveAnomalySummary < 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