Class: Aws::SecurityAgent::Types::BatchGetPentestJobsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::BatchGetPentestJobsOutput
- 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
-
#not_found ⇒ Array<String>
List of pentest job IDs that could not be found.
-
#pentest_jobs ⇒ Array<Types::PentestJob>
List of successfully retrieved pentest jobs.
Instance Attribute Details
#not_found ⇒ Array<String>
List of pentest job IDs that could not be found
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_jobs ⇒ Array<Types::PentestJob>
List of successfully retrieved pentest jobs
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 |