Class: Aws::DevOpsGuru::Types::ServiceHealth

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

Overview

Represents the health of an Amazon Web Services service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analyzed_resource_countInteger

Number of resources that DevOps Guru is monitoring in an analyzed Amazon Web Services service.

Returns:

  • (Integer)


4255
4256
4257
4258
4259
4260
4261
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 4255

class ServiceHealth < Struct.new(
  :service_name,
  :insight,
  :analyzed_resource_count)
  SENSITIVE = []
  include Aws::Structure
end

#insightTypes::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 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 4255

class ServiceHealth < Struct.new(
  :service_name,
  :insight,
  :analyzed_resource_count)
  SENSITIVE = []
  include Aws::Structure
end

#service_nameString

The name of the Amazon Web Services service.

Returns:

  • (String)


4255
4256
4257
4258
4259
4260
4261
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 4255

class ServiceHealth < Struct.new(
  :service_name,
  :insight,
  :analyzed_resource_count)
  SENSITIVE = []
  include Aws::Structure
end