Class: Aws::DevOpsGuru::Types::CloudFormationHealth

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devopsguru/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

Instance Attribute Details

#analyzed_resource_countInteger

Number of resources that DevOps Guru is monitoring in your account that are specified by an Amazon Web Services CloudFormation stack.

Returns:

  • (Integer)


366
367
368
369
370
371
372
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 366

class CloudFormationHealth < Struct.new(
  :stack_name,
  :insight,
  :analyzed_resource_count)
  SENSITIVE = []
  include Aws::Structure
end

#insightTypes::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 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 366

class CloudFormationHealth < Struct.new(
  :stack_name,
  :insight,
  :analyzed_resource_count)
  SENSITIVE = []
  include Aws::Structure
end

#stack_nameString

The name of the CloudFormation stack.

Returns:

  • (String)


366
367
368
369
370
371
372
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 366

class CloudFormationHealth < Struct.new(
  :stack_name,
  :insight,
  :analyzed_resource_count)
  SENSITIVE = []
  include Aws::Structure
end