Class: Aws::SecurityIR::Types::ListInvestigationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityIR::Types::ListInvestigationsRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityir/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#case_id ⇒ String
Investigation performed by an agent for a security incident per caseID.
-
#max_results ⇒ Integer
Investigation performed by an agent for a security incident request, returning max results.
-
#next_token ⇒ String
Investigation performed by an agent for a security incident request.
Instance Attribute Details
#case_id ⇒ String
Investigation performed by an agent for a security incident per caseID
1220 1221 1222 1223 1224 1225 1226 |
# File 'lib/aws-sdk-securityir/types.rb', line 1220 class ListInvestigationsRequest < Struct.new( :next_token, :max_results, :case_id) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Investigation performed by an agent for a security incident request, returning max results
1220 1221 1222 1223 1224 1225 1226 |
# File 'lib/aws-sdk-securityir/types.rb', line 1220 class ListInvestigationsRequest < Struct.new( :next_token, :max_results, :case_id) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Investigation performed by an agent for a security incident request
1220 1221 1222 1223 1224 1225 1226 |
# File 'lib/aws-sdk-securityir/types.rb', line 1220 class ListInvestigationsRequest < Struct.new( :next_token, :max_results, :case_id) SENSITIVE = [] include Aws::Structure end |