Class: Aws::DevOpsGuru::Types::InsightHealth

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devopsguru/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

Instance Attribute Details

#mean_time_to_recover_in_millisecondsInteger

The Meant Time to Recover (MTTR) for the insight.

Returns:

  • (Integer)


1420
1421
1422
1423
1424
1425
1426
# File 'gems/aws-sdk-devopsguru/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_insightsInteger

The number of open proactive insights.

Returns:

  • (Integer)


1420
1421
1422
1423
1424
1425
1426
# File 'gems/aws-sdk-devopsguru/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_insightsInteger

The number of open reactive insights.

Returns:

  • (Integer)


1420
1421
1422
1423
1424
1425
1426
# File 'gems/aws-sdk-devopsguru/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