Class: Aws::Detective::Types::ListInvestigationsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filter_criteriaTypes::FilterCriteria

Filters the investigation results based on a criteria.



1036
1037
1038
1039
1040
1041
1042
1043
1044
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 1036

class ListInvestigationsRequest < Struct.new(
  :graph_arn,
  :next_token,
  :max_results,
  :filter_criteria,
  :sort_criteria)
  SENSITIVE = []
  include Aws::Structure
end

#graph_arnString

The Amazon Resource Name (ARN) of the behavior graph.

Returns:

  • (String)


1036
1037
1038
1039
1040
1041
1042
1043
1044
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 1036

class ListInvestigationsRequest < Struct.new(
  :graph_arn,
  :next_token,
  :max_results,
  :filter_criteria,
  :sort_criteria)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Lists the maximum number of investigations in a page.

Returns:

  • (Integer)


1036
1037
1038
1039
1040
1041
1042
1043
1044
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 1036

class ListInvestigationsRequest < Struct.new(
  :graph_arn,
  :next_token,
  :max_results,
  :filter_criteria,
  :sort_criteria)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Lists if there are more results available. The value of nextToken is a unique pagination token for each page. Repeat the call using the returned token to retrieve the next page. Keep all other arguments unchanged.

Each pagination token expires after 24 hours. Using an expired pagination token will return a Validation Exception error.

Returns:

  • (String)


1036
1037
1038
1039
1040
1041
1042
1043
1044
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 1036

class ListInvestigationsRequest < Struct.new(
  :graph_arn,
  :next_token,
  :max_results,
  :filter_criteria,
  :sort_criteria)
  SENSITIVE = []
  include Aws::Structure
end

#sort_criteriaTypes::SortCriteria

Sorts the investigation results based on a criteria.

Returns:



1036
1037
1038
1039
1040
1041
1042
1043
1044
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 1036

class ListInvestigationsRequest < Struct.new(
  :graph_arn,
  :next_token,
  :max_results,
  :filter_criteria,
  :sort_criteria)
  SENSITIVE = []
  include Aws::Structure
end