Class: Aws::DevOpsGuru::Types::InsightHealth
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::InsightHealth
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsguru/types.rb
Overview
Information about the number of open reactive and proactive insights that can be used to gauge the health of your system.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mean_time_to_recover_in_milliseconds ⇒ Integer
The Meant Time to Recover (MTTR) for the insight.
-
#open_proactive_insights ⇒ Integer
The number of open proactive insights.
-
#open_reactive_insights ⇒ Integer
The number of open reactive insights.
Instance Attribute Details
#mean_time_to_recover_in_milliseconds ⇒ Integer
The Meant Time to Recover (MTTR) for the insight.
1420 1421 1422 1423 1424 1425 1426 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 1420 class InsightHealth < Struct.new( :open_proactive_insights, :open_reactive_insights, :mean_time_to_recover_in_milliseconds) SENSITIVE = [] include Aws::Structure end |
#open_proactive_insights ⇒ Integer
The number of open proactive insights.
1420 1421 1422 1423 1424 1425 1426 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 1420 class InsightHealth < Struct.new( :open_proactive_insights, :open_reactive_insights, :mean_time_to_recover_in_milliseconds) SENSITIVE = [] include Aws::Structure end |
#open_reactive_insights ⇒ Integer
The number of open reactive insights.
1420 1421 1422 1423 1424 1425 1426 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 1420 class InsightHealth < Struct.new( :open_proactive_insights, :open_reactive_insights, :mean_time_to_recover_in_milliseconds) SENSITIVE = [] include Aws::Structure end |