Class: Aws::Types::InsightHealth

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#mean_time_to_recover_in_milliseconds::Integer

Returns the value of attribute mean_time_to_recover_in_milliseconds.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


361
362
363
# File 'sig/types.rbs', line 361

def open_reactive_insights
  @open_reactive_insights
end