Class: Aws::Types::ServiceInsightHealth
- Inherits:
-
Object
- Object
- Aws::Types::ServiceInsightHealth
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#open_proactive_insights ⇒ ::Integer
Returns the value of attribute open_proactive_insights.
962 963 964 |
# File 'sig/types.rbs', line 962 def open_proactive_insights @open_proactive_insights end |
#open_reactive_insights ⇒ ::Integer
Returns the value of attribute open_reactive_insights.
963 964 965 |
# File 'sig/types.rbs', line 963 def open_reactive_insights @open_reactive_insights end |