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
ID of the agent space where the pentest exists.
-
#pentest_job_ids ⇒ Array<String>
List of pentest job IDs to retrieve.
Instance Attribute Details
#agent_space_id ⇒ String
ID of the agent space where the pentest exists
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_ids ⇒ Array<String>
List of pentest job IDs to retrieve
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 |