Class: Aws::DevOpsGuru::Types::ServiceHealth
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::ServiceHealth
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsguru/types.rb
Overview
Represents the health of an Amazon Web Services service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analyzed_resource_count ⇒ Integer
Number of resources that DevOps Guru is monitoring in an analyzed Amazon Web Services service.
-
#insight ⇒ Types::ServiceInsightHealth
Represents the health of an Amazon Web Services service.
-
#service_name ⇒ String
The name of the Amazon Web Services service.
Instance Attribute Details
#analyzed_resource_count ⇒ Integer
Number of resources that DevOps Guru is monitoring in an analyzed Amazon Web Services service.
4255 4256 4257 4258 4259 4260 4261 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 4255 class ServiceHealth < Struct.new( :service_name, :insight, :analyzed_resource_count) SENSITIVE = [] include Aws::Structure end |
#insight ⇒ Types::ServiceInsightHealth
Represents the health of an Amazon Web Services service. This is a ‘ServiceInsightHealth` that contains the number of open proactive and reactive insights for this service.
4255 4256 4257 4258 4259 4260 4261 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 4255 class ServiceHealth < Struct.new( :service_name, :insight, :analyzed_resource_count) SENSITIVE = [] include Aws::Structure end |
#service_name ⇒ String
The name of the Amazon Web Services service.
4255 4256 4257 4258 4259 4260 4261 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 4255 class ServiceHealth < Struct.new( :service_name, :insight, :analyzed_resource_count) SENSITIVE = [] include Aws::Structure end |