Class: Aws::SecurityIR::Types::ListInvestigationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityIR::Types::ListInvestigationsResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityir/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#investigation_actions ⇒ Array<Types::InvestigationAction>
Investigation performed by an agent for a security incid…Unique identifier for the specific investigation>.
-
#next_token ⇒ String
Investigation performed by an agent for a security incident for next Token.
Instance Attribute Details
#investigation_actions ⇒ Array<Types::InvestigationAction>
Investigation performed by an agent for a security incid…Unique identifier for the specific investigation>
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_token ⇒ String
Investigation performed by an agent for a security incident for next Token
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 |