Class: Aws::DevOpsGuru::Types::AccountInsightHealth

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

#open_proactive_insightsInteger

An integer that specifies the number of open proactive insights in your Amazon Web Services account.

Returns:

  • (Integer)


72
73
74
75
76
77
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 72

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

#open_reactive_insightsInteger

An integer that specifies the number of open reactive insights in your Amazon Web Services account.

Returns:

  • (Integer)


72
73
74
75
76
77
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 72

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