Class: Aws::DevOpsGuru::Types::ProactiveAnomalySummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::ProactiveAnomalySummary
- 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
-
#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 the 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 of the source which detects proactive anomalies.
-
#status ⇒ String
The status of the 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.
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_resources ⇒ Array<Types::AnomalyResource>
Information about a resource in which DevOps Guru detected anomalous behavior.
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_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.
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_id ⇒ String
The ID of the insight that contains this anomaly. An insight is composed of related 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 |
#description ⇒ String
A description of the proactive 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 |
#id ⇒ String
The ID of the 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 |
#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.
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_range ⇒ Types::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_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.
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 |
#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.
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_details ⇒ Types::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_metadata ⇒ Types::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 |
#status ⇒ String
The status of the 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 |
#update_time ⇒ Time
The time of the anomaly's most recent update.
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 |