Class: Aws::Detective::Types::ListInvestigationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Detective::Types::ListInvestigationsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-detective/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filter_criteria ⇒ Types::FilterCriteria
Filters the investigation results based on a criteria.
-
#graph_arn ⇒ String
The Amazon Resource Name (ARN) of the behavior graph.
-
#max_results ⇒ Integer
Lists the maximum number of investigations in a page.
-
#next_token ⇒ String
Lists if there are more results available.
-
#sort_criteria ⇒ Types::SortCriteria
Sorts the investigation results based on a criteria.
Instance Attribute Details
#filter_criteria ⇒ Types::FilterCriteria
Filters the investigation results based on a criteria.
1036 1037 1038 1039 1040 1041 1042 1043 1044 |
# File '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_arn ⇒ String
The Amazon Resource Name (ARN) of the behavior graph.
1036 1037 1038 1039 1040 1041 1042 1043 1044 |
# File '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_results ⇒ Integer
Lists the maximum number of investigations in a page.
1036 1037 1038 1039 1040 1041 1042 1043 1044 |
# File '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_token ⇒ String
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.
1036 1037 1038 1039 1040 1041 1042 1043 1044 |
# File '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_criteria ⇒ Types::SortCriteria
Sorts the investigation results based on a criteria.
1036 1037 1038 1039 1040 1041 1042 1043 1044 |
# File '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 |