Class: Aws::DevOpsGuru::Types::AccountInsightHealth
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::AccountInsightHealth
- 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
-
#open_proactive_insights ⇒ Integer
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
-
#open_reactive_insights ⇒ Integer
An integer that specifies the number of open reactive insights in your Amazon Web Services account.
Instance Attribute Details
#open_proactive_insights ⇒ Integer
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
72 73 74 75 76 77 |
# File '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_insights ⇒ Integer
An integer that specifies the number of open reactive insights in your Amazon Web Services account.
72 73 74 75 76 77 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 72 class AccountInsightHealth < Struct.new( :open_proactive_insights, :open_reactive_insights) SENSITIVE = [] include Aws::Structure end |