Class: Aws::DevOpsGuru::Types::ReactiveInsightSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::ReactiveInsightSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsguru/types.rb
Overview
Information about a reactive insight. This object is returned by ‘DescribeInsight.`
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#associated_resource_arns ⇒ Array<String>
The Amazon Resource Names (ARNs) of the Amazon Web Services resources that generated this insight.
-
#id ⇒ String
The ID of a reactive summary.
-
#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.
-
#service_collection ⇒ Types::ServiceCollection
A collection of the names of Amazon Web Services services.
-
#severity ⇒ String
The severity of the insight.
-
#status ⇒ String
The status of a reactive insight.
Instance Attribute Details
#associated_resource_arns ⇒ Array<String>
The Amazon Resource Names (ARNs) of the Amazon Web Services resources that generated this insight.
3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 3573 class ReactiveInsightSummary < Struct.new( :id, :name, :severity, :status, :insight_time_range, :resource_collection, :service_collection, :associated_resource_arns) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of a reactive summary.
3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 3573 class ReactiveInsightSummary < Struct.new( :id, :name, :severity, :status, :insight_time_range, :resource_collection, :service_collection, :associated_resource_arns) 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.
3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 3573 class ReactiveInsightSummary < Struct.new( :id, :name, :severity, :status, :insight_time_range, :resource_collection, :service_collection, :associated_resource_arns) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of a reactive insight.
3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 3573 class ReactiveInsightSummary < Struct.new( :id, :name, :severity, :status, :insight_time_range, :resource_collection, :service_collection, :associated_resource_arns) 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.
3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 3573 class ReactiveInsightSummary < Struct.new( :id, :name, :severity, :status, :insight_time_range, :resource_collection, :service_collection, :associated_resource_arns) SENSITIVE = [] include Aws::Structure end |
#service_collection ⇒ Types::ServiceCollection
A collection of the names of Amazon Web Services services.
3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 3573 class ReactiveInsightSummary < Struct.new( :id, :name, :severity, :status, :insight_time_range, :resource_collection, :service_collection, :associated_resource_arns) SENSITIVE = [] include Aws::Structure end |
#severity ⇒ String
The severity of the insight. For more information, see
- Understanding insight severities][1
-
in the *Amazon DevOps Guru
User Guide*.
3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 3573 class ReactiveInsightSummary < Struct.new( :id, :name, :severity, :status, :insight_time_range, :resource_collection, :service_collection, :associated_resource_arns) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of a reactive insight.
3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 3573 class ReactiveInsightSummary < Struct.new( :id, :name, :severity, :status, :insight_time_range, :resource_collection, :service_collection, :associated_resource_arns) SENSITIVE = [] include Aws::Structure end |