Class: Aws::DevOpsGuru::Types::CloudFormationHealth
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::CloudFormationHealth
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsguru/types.rb
Overview
Information about the health of Amazon Web Services resources in your account that are specified by an Amazon Web Services CloudFormation stack.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analyzed_resource_count ⇒ Integer
Number of resources that DevOps Guru is monitoring in your account that are specified by an Amazon Web Services CloudFormation stack.
-
#insight ⇒ Types::InsightHealth
Information about the health of the Amazon Web Services resources in your account that are specified by an Amazon Web Services CloudFormation stack, including the number of open proactive, open reactive insights, and the Mean Time to Recover (MTTR) of closed insights.
-
#stack_name ⇒ String
The name of the CloudFormation stack.
Instance Attribute Details
#analyzed_resource_count ⇒ Integer
Number of resources that DevOps Guru is monitoring in your account that are specified by an Amazon Web Services CloudFormation stack.
366 367 368 369 370 371 372 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 366 class CloudFormationHealth < Struct.new( :stack_name, :insight, :analyzed_resource_count) SENSITIVE = [] include Aws::Structure end |
#insight ⇒ Types::InsightHealth
Information about the health of the Amazon Web Services resources in your account that are specified by an Amazon Web Services CloudFormation stack, including the number of open proactive, open reactive insights, and the Mean Time to Recover (MTTR) of closed insights.
366 367 368 369 370 371 372 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 366 class CloudFormationHealth < Struct.new( :stack_name, :insight, :analyzed_resource_count) SENSITIVE = [] include Aws::Structure end |
#stack_name ⇒ String
The name of the CloudFormation stack.
366 367 368 369 370 371 372 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 366 class CloudFormationHealth < Struct.new( :stack_name, :insight, :analyzed_resource_count) SENSITIVE = [] include Aws::Structure end |