Class: Aws::Types::CloudFormationHealth
- Inherits:
-
Object
- Object
- Aws::Types::CloudFormationHealth
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analyzed_resource_count ⇒ ::Integer
Returns the value of attribute analyzed_resource_count.
-
#insight ⇒ Types::InsightHealth
Returns the value of attribute insight.
-
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
Instance Attribute Details
#analyzed_resource_count ⇒ ::Integer
Returns the value of attribute analyzed_resource_count.
101 102 103 |
# File 'sig/types.rbs', line 101 def analyzed_resource_count @analyzed_resource_count end |
#insight ⇒ Types::InsightHealth
Returns the value of attribute insight.
100 101 102 |
# File 'sig/types.rbs', line 100 def insight @insight end |
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
99 100 101 |
# File 'sig/types.rbs', line 99 def stack_name @stack_name end |