Class: Aws::DevOpsGuru::Types::ReactiveOrganizationInsightSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::ReactiveOrganizationInsightSummary
- 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
-
#account_id ⇒ String
The ID of the Amazon Web Services account.
-
#id ⇒ String
The ID of the insight 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 the insight summary.
-
#organizational_unit_id ⇒ String
The ID of the organizational unit.
-
#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
An array of severity values used to search for insights.
-
#status ⇒ String
An array of status values used to search for insights.
Instance Attribute Details
#account_id ⇒ String
The ID of the Amazon Web Services account.
3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 3641 class ReactiveOrganizationInsightSummary < Struct.new( :id, :account_id, :organizational_unit_id, :name, :severity, :status, :insight_time_range, :resource_collection, :service_collection) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the insight summary.
3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 3641 class ReactiveOrganizationInsightSummary < Struct.new( :id, :account_id, :organizational_unit_id, :name, :severity, :status, :insight_time_range, :resource_collection, :service_collection) 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.
3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 3641 class ReactiveOrganizationInsightSummary < Struct.new( :id, :account_id, :organizational_unit_id, :name, :severity, :status, :insight_time_range, :resource_collection, :service_collection) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the insight summary.
3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 3641 class ReactiveOrganizationInsightSummary < Struct.new( :id, :account_id, :organizational_unit_id, :name, :severity, :status, :insight_time_range, :resource_collection, :service_collection) SENSITIVE = [] include Aws::Structure end |
#organizational_unit_id ⇒ String
The ID of the organizational unit.
3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 3641 class ReactiveOrganizationInsightSummary < Struct.new( :id, :account_id, :organizational_unit_id, :name, :severity, :status, :insight_time_range, :resource_collection, :service_collection) 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.
3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 3641 class ReactiveOrganizationInsightSummary < Struct.new( :id, :account_id, :organizational_unit_id, :name, :severity, :status, :insight_time_range, :resource_collection, :service_collection) SENSITIVE = [] include Aws::Structure end |
#service_collection ⇒ Types::ServiceCollection
A collection of the names of Amazon Web Services services.
3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 3641 class ReactiveOrganizationInsightSummary < Struct.new( :id, :account_id, :organizational_unit_id, :name, :severity, :status, :insight_time_range, :resource_collection, :service_collection) SENSITIVE = [] include Aws::Structure end |
#severity ⇒ String
An array of severity values used to search for insights. For more information, see [Understanding insight severities] in the *Amazon DevOps Guru User Guide*.
3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 3641 class ReactiveOrganizationInsightSummary < Struct.new( :id, :account_id, :organizational_unit_id, :name, :severity, :status, :insight_time_range, :resource_collection, :service_collection) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
An array of status values used to search for insights.
3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 3641 class ReactiveOrganizationInsightSummary < Struct.new( :id, :account_id, :organizational_unit_id, :name, :severity, :status, :insight_time_range, :resource_collection, :service_collection) SENSITIVE = [] include Aws::Structure end |