Class: Aws::Types::InsightHealth
- Inherits:
-
Object
- Object
- Aws::Types::InsightHealth
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#mean_time_to_recover_in_milliseconds ⇒ ::Integer
Returns the value of attribute mean_time_to_recover_in_milliseconds.
-
#open_proactive_insights ⇒ ::Integer
Returns the value of attribute open_proactive_insights.
-
#open_reactive_insights ⇒ ::Integer
Returns the value of attribute open_reactive_insights.
Instance Attribute Details
#mean_time_to_recover_in_milliseconds ⇒ ::Integer
Returns the value of attribute mean_time_to_recover_in_milliseconds.
362 363 364 |
# File 'sig/types.rbs', line 362 def mean_time_to_recover_in_milliseconds @mean_time_to_recover_in_milliseconds end |
#open_proactive_insights ⇒ ::Integer
Returns the value of attribute open_proactive_insights.
360 361 362 |
# File 'sig/types.rbs', line 360 def open_proactive_insights @open_proactive_insights end |
#open_reactive_insights ⇒ ::Integer
Returns the value of attribute open_reactive_insights.
361 362 363 |
# File 'sig/types.rbs', line 361 def open_reactive_insights @open_reactive_insights end |