Class: Aws::DevOpsGuru::Types::DescribeOrganizationOverviewResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::DescribeOrganizationOverviewResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsguru/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#proactive_insights ⇒ Integer
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
-
#reactive_insights ⇒ Integer
An integer that specifies the number of open reactive insights in your Amazon Web Services account.
Instance Attribute Details
#proactive_insights ⇒ Integer
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
897 898 899 900 901 902 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 897 class DescribeOrganizationOverviewResponse < Struct.new( :reactive_insights, :proactive_insights) SENSITIVE = [] include Aws::Structure end |
#reactive_insights ⇒ Integer
An integer that specifies the number of open reactive insights in your Amazon Web Services account.
897 898 899 900 901 902 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 897 class DescribeOrganizationOverviewResponse < Struct.new( :reactive_insights, :proactive_insights) SENSITIVE = [] include Aws::Structure end |