Class: Aws::DevOpsGuru::Types::DescribeOrganizationOverviewResponse

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

#proactive_insightsInteger

An integer that specifies the number of open proactive insights in your Amazon Web Services account.

Returns:

  • (Integer)


897
898
899
900
901
902
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 897

class DescribeOrganizationOverviewResponse < Struct.new(
  :reactive_insights,
  :proactive_insights)
  SENSITIVE = []
  include Aws::Structure
end

#reactive_insightsInteger

An integer that specifies the number of open reactive insights in your Amazon Web Services account.

Returns:

  • (Integer)


897
898
899
900
901
902
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 897

class DescribeOrganizationOverviewResponse < Struct.new(
  :reactive_insights,
  :proactive_insights)
  SENSITIVE = []
  include Aws::Structure
end