Class: Aws::DevOpsGuru::Types::ReactiveInsight
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::ReactiveInsight
- Defined in:
- gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb
Overview
Information about a reactive insight. This object is returned by
ListInsights
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
Describes the reactive insight.
-
#id ⇒ String
The ID of a reactive insight.
-
#insight_time_range ⇒ Types::InsightTimeRange
A time ranged that specifies when the observed behavior in an insight started and ended.
-
#name ⇒ String
The name of a reactive insight.
-
#resource_collection ⇒ Types::ResourceCollection
A collection of Amazon Web Services resources supported by DevOps Guru.
-
#severity ⇒ String
The severity of the insight.
-
#ssm_ops_item_id ⇒ String
The ID of the Amazon Web Services System Manager OpsItem created for this insight.
-
#status ⇒ String
The status of a reactive insight.
Instance Attribute Details
#description ⇒ String
Describes the reactive insight.
3508 3509 3510 3511 3512 3513 3514 3515 3516 3517 3518 3519 |
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 3508 class ReactiveInsight < Struct.new( :id, :name, :severity, :status, :insight_time_range, :resource_collection, :ssm_ops_item_id, :description) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of a reactive insight.
3508 3509 3510 3511 3512 3513 3514 3515 3516 3517 3518 3519 |
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 3508 class ReactiveInsight < Struct.new( :id, :name, :severity, :status, :insight_time_range, :resource_collection, :ssm_ops_item_id, :description) SENSITIVE = [] include Aws::Structure end |
#insight_time_range ⇒ Types::InsightTimeRange
A time ranged that specifies when the observed behavior in an insight started and ended.
3508 3509 3510 3511 3512 3513 3514 3515 3516 3517 3518 3519 |
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 3508 class ReactiveInsight < Struct.new( :id, :name, :severity, :status, :insight_time_range, :resource_collection, :ssm_ops_item_id, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of a reactive insight.
3508 3509 3510 3511 3512 3513 3514 3515 3516 3517 3518 3519 |
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 3508 class ReactiveInsight < Struct.new( :id, :name, :severity, :status, :insight_time_range, :resource_collection, :ssm_ops_item_id, :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.
3508 3509 3510 3511 3512 3513 3514 3515 3516 3517 3518 3519 |
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 3508 class ReactiveInsight < Struct.new( :id, :name, :severity, :status, :insight_time_range, :resource_collection, :ssm_ops_item_id, :description) SENSITIVE = [] include Aws::Structure end |
#severity ⇒ String
The severity of the insight. For more information, see Understanding insight severities in the Amazon DevOps Guru User Guide.
3508 3509 3510 3511 3512 3513 3514 3515 3516 3517 3518 3519 |
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 3508 class ReactiveInsight < Struct.new( :id, :name, :severity, :status, :insight_time_range, :resource_collection, :ssm_ops_item_id, :description) SENSITIVE = [] include Aws::Structure end |
#ssm_ops_item_id ⇒ String
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.
3508 3509 3510 3511 3512 3513 3514 3515 3516 3517 3518 3519 |
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 3508 class ReactiveInsight < Struct.new( :id, :name, :severity, :status, :insight_time_range, :resource_collection, :ssm_ops_item_id, :description) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of a reactive insight.
3508 3509 3510 3511 3512 3513 3514 3515 3516 3517 3518 3519 |
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 3508 class ReactiveInsight < Struct.new( :id, :name, :severity, :status, :insight_time_range, :resource_collection, :ssm_ops_item_id, :description) SENSITIVE = [] include Aws::Structure end |