Class: Aws::DevOpsGuru::Types::SearchInsightsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::SearchInsightsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsguru/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Types::SearchInsightsFilters
A ‘SearchInsightsFilters` object that is used to set the severity and status filters on your insight search.
-
#max_results ⇒ Integer
The maximum number of results to return with a single call.
-
#next_token ⇒ String
The pagination token to use to retrieve the next page of results for this operation.
-
#start_time_range ⇒ Types::StartTimeRange
The start of the time range passed in.
-
#type ⇒ String
The type of insights you are searching for (‘REACTIVE` or `PROACTIVE`).
Instance Attribute Details
#filters ⇒ Types::SearchInsightsFilters
A ‘SearchInsightsFilters` object that is used to set the severity and status filters on your insight search.
4083 4084 4085 4086 4087 4088 4089 4090 4091 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 4083 class SearchInsightsRequest < Struct.new( :start_time_range, :filters, :max_results, :next_token, :type) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned ‘nextToken` value.
4083 4084 4085 4086 4087 4088 4089 4090 4091 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 4083 class SearchInsightsRequest < Struct.new( :start_time_range, :filters, :max_results, :next_token, :type) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
4083 4084 4085 4086 4087 4088 4089 4090 4091 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 4083 class SearchInsightsRequest < Struct.new( :start_time_range, :filters, :max_results, :next_token, :type) SENSITIVE = [] include Aws::Structure end |
#start_time_range ⇒ Types::StartTimeRange
The start of the time range passed in. Returned insights occurred after this time.
4083 4084 4085 4086 4087 4088 4089 4090 4091 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 4083 class SearchInsightsRequest < Struct.new( :start_time_range, :filters, :max_results, :next_token, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of insights you are searching for (‘REACTIVE` or `PROACTIVE`).
4083 4084 4085 4086 4087 4088 4089 4090 4091 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 4083 class SearchInsightsRequest < Struct.new( :start_time_range, :filters, :max_results, :next_token, :type) SENSITIVE = [] include Aws::Structure end |