Class: Aws::DevOpsGuru::Types::ListOrganizationInsightsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::ListOrganizationInsightsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsguru/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination token to use to retrieve the next page of results for this operation.
-
#proactive_insights ⇒ Array<Types::ProactiveOrganizationInsightSummary>
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
-
#reactive_insights ⇒ Array<Types::ReactiveOrganizationInsightSummary>
An integer that specifies the number of open reactive insights in your Amazon Web Services account.
Instance Attribute Details
#next_token ⇒ String
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
2067 2068 2069 2070 2071 2072 2073 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 2067 class ListOrganizationInsightsResponse < Struct.new( :proactive_insights, :reactive_insights, :next_token) SENSITIVE = [] include Aws::Structure end |
#proactive_insights ⇒ Array<Types::ProactiveOrganizationInsightSummary>
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
2067 2068 2069 2070 2071 2072 2073 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 2067 class ListOrganizationInsightsResponse < Struct.new( :proactive_insights, :reactive_insights, :next_token) SENSITIVE = [] include Aws::Structure end |
#reactive_insights ⇒ Array<Types::ReactiveOrganizationInsightSummary>
An integer that specifies the number of open reactive insights in your Amazon Web Services account.
2067 2068 2069 2070 2071 2072 2073 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 2067 class ListOrganizationInsightsResponse < Struct.new( :proactive_insights, :reactive_insights, :next_token) SENSITIVE = [] include Aws::Structure end |