Class: Aws::DevOpsGuru::Types::DescribeAccountHealthResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analyzed_resource_countInteger

Number of resources that DevOps Guru is monitoring in your Amazon Web Services account.

Returns:

  • (Integer)


636
637
638
639
640
641
642
643
644
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 636

class DescribeAccountHealthResponse < Struct.new(
  :open_reactive_insights,
  :open_proactive_insights,
  :metrics_analyzed,
  :resource_hours,
  :analyzed_resource_count)
  SENSITIVE = []
  include Aws::Structure
end

#metrics_analyzedInteger

An integer that specifies the number of metrics that have been analyzed in your Amazon Web Services account.

Returns:

  • (Integer)


636
637
638
639
640
641
642
643
644
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 636

class DescribeAccountHealthResponse < Struct.new(
  :open_reactive_insights,
  :open_proactive_insights,
  :metrics_analyzed,
  :resource_hours,
  :analyzed_resource_count)
  SENSITIVE = []
  include Aws::Structure
end

#open_proactive_insightsInteger

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

Returns:

  • (Integer)


636
637
638
639
640
641
642
643
644
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 636

class DescribeAccountHealthResponse < Struct.new(
  :open_reactive_insights,
  :open_proactive_insights,
  :metrics_analyzed,
  :resource_hours,
  :analyzed_resource_count)
  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)


636
637
638
639
640
641
642
643
644
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 636

class DescribeAccountHealthResponse < Struct.new(
  :open_reactive_insights,
  :open_proactive_insights,
  :metrics_analyzed,
  :resource_hours,
  :analyzed_resource_count)
  SENSITIVE = []
  include Aws::Structure
end

#resource_hoursInteger

The number of Amazon DevOps Guru resource analysis hours billed to the current Amazon Web Services account in the last hour.

Returns:

  • (Integer)


636
637
638
639
640
641
642
643
644
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 636

class DescribeAccountHealthResponse < Struct.new(
  :open_reactive_insights,
  :open_proactive_insights,
  :metrics_analyzed,
  :resource_hours,
  :analyzed_resource_count)
  SENSITIVE = []
  include Aws::Structure
end