Class: Aws::DevOpsGuru::Types::AccountHealth
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::AccountHealth
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsguru/types.rb
Overview
Returns the number of open reactive insights, the number of open proactive insights, and the number of metrics analyzed in your Amazon Web Services account. Use these numbers to gauge the health of operations in your Amazon Web Services account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The ID of the Amazon Web Services account.
-
#insight ⇒ Types::AccountInsightHealth
Information about the health of the Amazon Web Services resources in your account, including the number of open proactive, open reactive insights, and the Mean Time to Recover (MTTR) of closed insights.
Instance Attribute Details
#account_id ⇒ String
The ID of the Amazon Web Services account.
50 51 52 53 54 55 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 50 class AccountHealth < Struct.new( :account_id, :insight) SENSITIVE = [] include Aws::Structure end |
#insight ⇒ Types::AccountInsightHealth
Information about the health of the Amazon Web Services resources in your account, including the number of open proactive, open reactive insights, and the Mean Time to Recover (MTTR) of closed insights.
50 51 52 53 54 55 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 50 class AccountHealth < Struct.new( :account_id, :insight) SENSITIVE = [] include Aws::Structure end |