Class: Aws::Types::DescribeAccountHealthResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAccountHealthResponse
- 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.
-
#metrics_analyzed ⇒ ::Integer
Returns the value of attribute metrics_analyzed.
-
#open_proactive_insights ⇒ ::Integer
Returns the value of attribute open_proactive_insights.
-
#open_reactive_insights ⇒ ::Integer
Returns the value of attribute open_reactive_insights.
-
#resource_hours ⇒ ::Integer
Returns the value of attribute resource_hours.
Instance Attribute Details
#analyzed_resource_count ⇒ ::Integer
Returns the value of attribute analyzed_resource_count.
163 164 165 |
# File 'sig/types.rbs', line 163 def analyzed_resource_count @analyzed_resource_count end |
#metrics_analyzed ⇒ ::Integer
Returns the value of attribute metrics_analyzed.
161 162 163 |
# File 'sig/types.rbs', line 161 def metrics_analyzed @metrics_analyzed end |
#open_proactive_insights ⇒ ::Integer
Returns the value of attribute open_proactive_insights.
160 161 162 |
# File 'sig/types.rbs', line 160 def open_proactive_insights @open_proactive_insights end |
#open_reactive_insights ⇒ ::Integer
Returns the value of attribute open_reactive_insights.
159 160 161 |
# File 'sig/types.rbs', line 159 def open_reactive_insights @open_reactive_insights end |
#resource_hours ⇒ ::Integer
Returns the value of attribute resource_hours.
162 163 164 |
# File 'sig/types.rbs', line 162 def resource_hours @resource_hours end |