Class: Aws::DevOpsGuru::Types::DescribeOrganizationHealthResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::DescribeOrganizationHealthResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsguru/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metrics_analyzed ⇒ Integer
An integer that specifies the number of metrics that have been analyzed in your organization.
-
#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
#metrics_analyzed ⇒ Integer
An integer that specifies the number of metrics that have been analyzed in your organization.
844 845 846 847 848 849 850 851 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 844 class DescribeOrganizationHealthResponse < Struct.new( :open_reactive_insights, :open_proactive_insights, :metrics_analyzed, :resource_hours) 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.
844 845 846 847 848 849 850 851 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 844 class DescribeOrganizationHealthResponse < Struct.new( :open_reactive_insights, :open_proactive_insights, :metrics_analyzed, :resource_hours) 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.
844 845 846 847 848 849 850 851 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 844 class DescribeOrganizationHealthResponse < Struct.new( :open_reactive_insights, :open_proactive_insights, :metrics_analyzed, :resource_hours) 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.
844 845 846 847 848 849 850 851 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 844 class DescribeOrganizationHealthResponse < Struct.new( :open_reactive_insights, :open_proactive_insights, :metrics_analyzed, :resource_hours) SENSITIVE = [] include Aws::Structure end |