Class: Aws::SecurityAgent::Types::BatchGetPentestJobsOutput

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

Overview

Output for the BatchGetPentestJobs operation

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#not_foundArray<String>

List of pentest job IDs that could not be found

Returns:

  • (Array<String>)


587
588
589
590
591
592
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 587

class BatchGetPentestJobsOutput < Struct.new(
  :pentest_jobs,
  :not_found)
  SENSITIVE = []
  include Aws::Structure
end

#pentest_jobsArray<Types::PentestJob>

List of successfully retrieved pentest jobs

Returns:



587
588
589
590
591
592
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 587

class BatchGetPentestJobsOutput < Struct.new(
  :pentest_jobs,
  :not_found)
  SENSITIVE = []
  include Aws::Structure
end