Class: Aws::Types::DescribeOrganizationHealthResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeOrganizationHealthResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#metrics_analyzed ⇒ ::Integer
Returns the value of attribute metrics_analyzed.
231 232 233 |
# File 'sig/types.rbs', line 231 def metrics_analyzed @metrics_analyzed end |
#open_proactive_insights ⇒ ::Integer
Returns the value of attribute open_proactive_insights.
230 231 232 |
# File 'sig/types.rbs', line 230 def open_proactive_insights @open_proactive_insights end |
#open_reactive_insights ⇒ ::Integer
Returns the value of attribute open_reactive_insights.
229 230 231 |
# File 'sig/types.rbs', line 229 def open_reactive_insights @open_reactive_insights end |
#resource_hours ⇒ ::Integer
Returns the value of attribute resource_hours.
232 233 234 |
# File 'sig/types.rbs', line 232 def resource_hours @resource_hours end |