Class: Aws::DevOpsGuru::Types::ServiceInsightHealth
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::ServiceInsightHealth
- Includes:
- Structure
- Defined in:
- 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
-
#open_proactive_insights ⇒ Integer
The number of open proactive insights in the Amazon Web Services service.
-
#open_reactive_insights ⇒ Integer
The number of open reactive insights in the Amazon Web Services service.
Instance Attribute Details
#open_proactive_insights ⇒ Integer
The number of open proactive insights in the Amazon Web Services service
4278 4279 4280 4281 4282 4283 |
# File '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_insights ⇒ Integer
The number of open reactive insights in the Amazon Web Services service
4278 4279 4280 4281 4282 4283 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 4278 class ServiceInsightHealth < Struct.new( :open_proactive_insights, :open_reactive_insights) SENSITIVE = [] include Aws::Structure end |