Class: Aws::DevOpsGuru::Types::AccountHealth

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devopsguru/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

Instance Attribute Details

#account_idString

The ID of the Amazon Web Services account.

Returns:

  • (String)


50
51
52
53
54
55
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 50

class AccountHealth < Struct.new(
  :account_id,
  :insight)
  SENSITIVE = []
  include Aws::Structure
end

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

class AccountHealth < Struct.new(
  :account_id,
  :insight)
  SENSITIVE = []
  include Aws::Structure
end