Class: Aws::SecurityAgent::Types::BatchGetPentestJobsInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb

Overview

Input for BatchGetPentestJobs operation

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)


568
569
570
571
572
573
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 568

class BatchGetPentestJobsInput < Struct.new(
  :pentest_job_ids,
  :agent_space_id)
  SENSITIVE = []
  include Aws::Structure
end

#pentest_job_idsArray<String>

List of pentest job IDs to retrieve

Returns:

  • (Array<String>)


568
569
570
571
572
573
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 568

class BatchGetPentestJobsInput < Struct.new(
  :pentest_job_ids,
  :agent_space_id)
  SENSITIVE = []
  include Aws::Structure
end