Class: Aws::SecurityIR::Types::ListInvestigationsRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityir/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#case_idString

Investigation performed by an agent for a security incident per caseID

Returns:

  • (String)


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_resultsInteger

Investigation performed by an agent for a security incident request, returning max results

Returns:

  • (Integer)


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_tokenString

Investigation performed by an agent for a security incident request

Returns:

  • (String)


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