Class: Aws::DevOpsGuru::Types::ListInsightsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::ListInsightsResponse
- 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::ProactiveInsightSummary>
The returned list of proactive insights.
-
#reactive_insights ⇒ Array<Types::ReactiveInsightSummary>
The returned list of reactive insights.
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.
1883 1884 1885 1886 1887 1888 1889 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 1883 class ListInsightsResponse < Struct.new( :proactive_insights, :reactive_insights, :next_token) SENSITIVE = [] include Aws::Structure end |
#proactive_insights ⇒ Array<Types::ProactiveInsightSummary>
The returned list of proactive insights.
1883 1884 1885 1886 1887 1888 1889 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 1883 class ListInsightsResponse < Struct.new( :proactive_insights, :reactive_insights, :next_token) SENSITIVE = [] include Aws::Structure end |
#reactive_insights ⇒ Array<Types::ReactiveInsightSummary>
The returned list of reactive insights.
1883 1884 1885 1886 1887 1888 1889 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 1883 class ListInsightsResponse < Struct.new( :proactive_insights, :reactive_insights, :next_token) SENSITIVE = [] include Aws::Structure end |