Class: Aws::DevOpsGuru::Types::SearchInsightsRequest

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

#filtersTypes::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 'gems/aws-sdk-devopsguru/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_resultsInteger

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

Returns:

  • (Integer)


4083
4084
4085
4086
4087
4088
4089
4090
4091
# File 'gems/aws-sdk-devopsguru/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_tokenString

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.

Returns:

  • (String)


4083
4084
4085
4086
4087
4088
4089
4090
4091
# File 'gems/aws-sdk-devopsguru/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_rangeTypes::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 'gems/aws-sdk-devopsguru/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

#typeString

The type of insights you are searching for (REACTIVE or PROACTIVE).

Returns:

  • (String)


4083
4084
4085
4086
4087
4088
4089
4090
4091
# File 'gems/aws-sdk-devopsguru/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