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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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>

The list of pentest job identifiers that were not found.

Returns:

  • (Array<String>)


943
944
945
946
947
948
# File 'lib/aws-sdk-securityagent/types.rb', line 943

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

#pentest_jobsArray<Types::PentestJob>

The list of pentest jobs that were found.

Returns:



943
944
945
946
947
948
# File 'lib/aws-sdk-securityagent/types.rb', line 943

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