Class: Aws::DevOpsGuru::Types::DescribeAccountHealthResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::DescribeAccountHealthResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsguru/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analyzed_resource_count ⇒ Integer
Number of resources that DevOps Guru is monitoring in your Amazon Web Services account.
-
#metrics_analyzed ⇒ Integer
An integer that specifies the number of metrics that have been analyzed in your Amazon Web Services account.
-
#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.
-
#resource_hours ⇒ Integer
The number of Amazon DevOps Guru resource analysis hours billed to the current Amazon Web Services account in the last hour.
Instance Attribute Details
#analyzed_resource_count ⇒ Integer
Number of resources that DevOps Guru is monitoring in your Amazon Web Services account.
636 637 638 639 640 641 642 643 644 |
# File '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_analyzed ⇒ Integer
An integer that specifies the number of metrics that have been analyzed in your Amazon Web Services account.
636 637 638 639 640 641 642 643 644 |
# File '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_insights ⇒ Integer
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
636 637 638 639 640 641 642 643 644 |
# File '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_insights ⇒ Integer
An integer that specifies the number of open reactive insights in your Amazon Web Services account.
636 637 638 639 640 641 642 643 644 |
# File '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_hours ⇒ Integer
The number of Amazon DevOps Guru resource analysis hours billed to the current Amazon Web Services account in the last hour.
636 637 638 639 640 641 642 643 644 |
# File '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 |