Class: Aws::DevOpsGuru::Types::ProactiveInsight

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

Overview

Details about a proactive insight. This object is returned by ListInsights.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

Describes the proactive insight.

Returns:

  • (String)


3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 3070

class ProactiveInsight < Struct.new(
  :id,
  :name,
  :severity,
  :status,
  :insight_time_range,
  :prediction_time_range,
  :resource_collection,
  :ssm_ops_item_id,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the proactive insight.

Returns:

  • (String)


3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 3070

class ProactiveInsight < Struct.new(
  :id,
  :name,
  :severity,
  :status,
  :insight_time_range,
  :prediction_time_range,
  :resource_collection,
  :ssm_ops_item_id,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#insight_time_rangeTypes::InsightTimeRange

A time ranged that specifies when the observed behavior in an insight started and ended.



3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 3070

class ProactiveInsight < Struct.new(
  :id,
  :name,
  :severity,
  :status,
  :insight_time_range,
  :prediction_time_range,
  :resource_collection,
  :ssm_ops_item_id,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the proactive insight.

Returns:

  • (String)


3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 3070

class ProactiveInsight < Struct.new(
  :id,
  :name,
  :severity,
  :status,
  :insight_time_range,
  :prediction_time_range,
  :resource_collection,
  :ssm_ops_item_id,
  :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.



3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 3070

class ProactiveInsight < Struct.new(
  :id,
  :name,
  :severity,
  :status,
  :insight_time_range,
  :prediction_time_range,
  :resource_collection,
  :ssm_ops_item_id,
  :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.



3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 3070

class ProactiveInsight < Struct.new(
  :id,
  :name,
  :severity,
  :status,
  :insight_time_range,
  :prediction_time_range,
  :resource_collection,
  :ssm_ops_item_id,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#severityString

The severity of the insight. For more information, see Understanding insight severities in the Amazon DevOps Guru User Guide.

Returns:

  • (String)


3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 3070

class ProactiveInsight < Struct.new(
  :id,
  :name,
  :severity,
  :status,
  :insight_time_range,
  :prediction_time_range,
  :resource_collection,
  :ssm_ops_item_id,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#ssm_ops_item_idString

The ID of the Amazon Web Services System Manager OpsItem created for this insight. You must enable the creation of OpstItems insights before they are created for each insight.

Returns:

  • (String)


3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 3070

class ProactiveInsight < Struct.new(
  :id,
  :name,
  :severity,
  :status,
  :insight_time_range,
  :prediction_time_range,
  :resource_collection,
  :ssm_ops_item_id,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the proactive insight.

Returns:

  • (String)


3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 3070

class ProactiveInsight < Struct.new(
  :id,
  :name,
  :severity,
  :status,
  :insight_time_range,
  :prediction_time_range,
  :resource_collection,
  :ssm_ops_item_id,
  :description)
  SENSITIVE = []
  include Aws::Structure
end