Class: Aws::DevOpsGuru::Types::DescribeAccountOverviewResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#mean_time_to_recover_in_millisecondsInteger

The Mean Time to Recover (MTTR) for all closed insights that were created during the time range passed in.

Returns:

  • (Integer)


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_insightsInteger

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.

Returns:

  • (Integer)


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_insightsInteger

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.

Returns:

  • (Integer)


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