Class: Aws::DevOpsGuru::Types::ServiceInsightHealth

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb

Overview

Contains the number of open proactive and reactive insights in an analyzed Amazon Web Services service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#open_proactive_insightsInteger

The number of open proactive insights in the Amazon Web Services service

Returns:

  • (Integer)


4278
4279
4280
4281
4282
4283
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 4278

class ServiceInsightHealth < Struct.new(
  :open_proactive_insights,
  :open_reactive_insights)
  SENSITIVE = []
  include Aws::Structure
end

#open_reactive_insightsInteger

The number of open reactive insights in the Amazon Web Services service

Returns:

  • (Integer)


4278
4279
4280
4281
4282
4283
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 4278

class ServiceInsightHealth < Struct.new(
  :open_proactive_insights,
  :open_reactive_insights)
  SENSITIVE = []
  include Aws::Structure
end