Class: Aws::DevOpsGuru::Types::DescribeAccountOverviewResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::DescribeAccountOverviewResponse
- Defined in:
- gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mean_time_to_recover_in_milliseconds ⇒ Integer
The Mean Time to Recover (MTTR) for all closed insights that were created during the time range passed in.
-
#proactive_insights ⇒ Integer
An integer that specifies the number of open proactive insights in your Amazon Web Services account that were created during the time range passed in.
-
#reactive_insights ⇒ Integer
An integer that specifies the number of open reactive insights in your Amazon Web Services account that were created during the time range passed in.
Instance Attribute Details
#mean_time_to_recover_in_milliseconds ⇒ Integer
The Mean Time to Recover (MTTR) for all closed insights that were created during the time range passed in.
687 688 689 690 691 692 693 |
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 687 class DescribeAccountOverviewResponse < Struct.new( :reactive_insights, :proactive_insights, :mean_time_to_recover_in_milliseconds) SENSITIVE = [] include Aws::Structure end |
#proactive_insights ⇒ Integer
An integer that specifies the number of open proactive insights in your Amazon Web Services account that were created during the time range passed in.
687 688 689 690 691 692 693 |
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 687 class DescribeAccountOverviewResponse < Struct.new( :reactive_insights, :proactive_insights, :mean_time_to_recover_in_milliseconds) SENSITIVE = [] include Aws::Structure end |
#reactive_insights ⇒ Integer
An integer that specifies the number of open reactive insights in your Amazon Web Services account that were created during the time range passed in.
687 688 689 690 691 692 693 |
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 687 class DescribeAccountOverviewResponse < Struct.new( :reactive_insights, :proactive_insights, :mean_time_to_recover_in_milliseconds) SENSITIVE = [] include Aws::Structure end |