Class: Aws::SecurityIR::Types::ListInvestigationsResponse

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

#investigation_actionsArray<Types::InvestigationAction>

Investigation performed by an agent for a security incid…Unique identifier for the specific investigation&gt;

Returns:



1240
1241
1242
1243
1244
1245
# File 'lib/aws-sdk-securityir/types.rb', line 1240

class ListInvestigationsResponse < Struct.new(
  :next_token,
  :investigation_actions)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Investigation performed by an agent for a security incident for next Token

Returns:

  • (String)


1240
1241
1242
1243
1244
1245
# File 'lib/aws-sdk-securityir/types.rb', line 1240

class ListInvestigationsResponse < Struct.new(
  :next_token,
  :investigation_actions)
  SENSITIVE = []
  include Aws::Structure
end