Class: Aws::DevOpsGuru::Types::SearchOrganizationInsightsRequest

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

#account_idsArray<String>

The ID of the Amazon Web Services account.

Returns:

  • (Array<String>)


4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 4185

class SearchOrganizationInsightsRequest < Struct.new(
  :account_ids,
  :start_time_range,
  :filters,
  :max_results,
  :next_token,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#filtersTypes::SearchOrganizationInsightsFilters

A SearchOrganizationInsightsFilters object that is used to set the severity and status filters on your insight search.



4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 4185

class SearchOrganizationInsightsRequest < Struct.new(
  :account_ids,
  :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)


4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 4185

class SearchOrganizationInsightsRequest < Struct.new(
  :account_ids,
  :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)


4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 4185

class SearchOrganizationInsightsRequest < Struct.new(
  :account_ids,
  :start_time_range,
  :filters,
  :max_results,
  :next_token,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#start_time_rangeTypes::StartTimeRange

A time range used to specify when the behavior of an insight or anomaly started.



4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 4185

class SearchOrganizationInsightsRequest < Struct.new(
  :account_ids,
  :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)


4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 4185

class SearchOrganizationInsightsRequest < Struct.new(
  :account_ids,
  :start_time_range,
  :filters,
  :max_results,
  :next_token,
  :type)
  SENSITIVE = []
  include Aws::Structure
end