Class: Aws::SecurityAgent::Types::BatchGetPentestJobTasksInput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#agent_space_idString

ID of the agent space where the pentest exists

Returns:

  • (String)


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_idsArray<String>

List of task IDs to retrieve

Returns:

  • (Array<String>)


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