Class: Aws::SecurityAgent::Types::BatchGetPentestJobTasksInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::BatchGetPentestJobTasksInput
- Defined in:
- gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb
Overview
Input for retrieving multiple tasks by their IDs for a pentest job
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_space_id ⇒ String
ID of the agent space where the pentest exists.
-
#task_ids ⇒ Array<String>
List of task IDs to retrieve.
Instance Attribute Details
#agent_space_id ⇒ String
ID of the agent space where the pentest exists
530 531 532 533 534 535 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 530 class BatchGetPentestJobTasksInput < Struct.new( :agent_space_id, :task_ids) SENSITIVE = [] include Aws::Structure end |
#task_ids ⇒ Array<String>
List of task IDs to retrieve
530 531 532 533 534 535 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 530 class BatchGetPentestJobTasksInput < Struct.new( :agent_space_id, :task_ids) SENSITIVE = [] include Aws::Structure end |