Class: Aws::SecurityAgent::Types::BatchGetPentestJobsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::BatchGetPentestJobsInput
- 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
-
#agent_space_id ⇒ String
The unique identifier of the agent space that contains the pentest jobs.
-
#pentest_job_ids ⇒ Array<String>
The list of pentest job identifiers to retrieve.
Instance Attribute Details
#agent_space_id ⇒ String
The unique identifier of the agent space that contains the pentest jobs.
739 740 741 742 743 744 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 739 class BatchGetPentestJobsInput < Struct.new( :pentest_job_ids, :agent_space_id) SENSITIVE = [] include Aws::Structure end |
#pentest_job_ids ⇒ Array<String>
The list of pentest job identifiers to retrieve.
739 740 741 742 743 744 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 739 class BatchGetPentestJobsInput < Struct.new( :pentest_job_ids, :agent_space_id) SENSITIVE = [] include Aws::Structure end |