Class: Aws::SecurityAgent::Types::BatchGetPentestsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::BatchGetPentestsInput
- Defined in:
- gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb
Overview
Input for retrieving multiple pentests by their IDs
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_space_id ⇒ String
ID of the agent space where the pentest exists.
-
#pentest_ids ⇒ Array<String>
List of pentest IDs to retrieve.
Instance Attribute Details
#agent_space_id ⇒ String
ID of the agent space where the pentest exists
606 607 608 609 610 611 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 606 class BatchGetPentestsInput < Struct.new( :pentest_ids, :agent_space_id) SENSITIVE = [] include Aws::Structure end |
#pentest_ids ⇒ Array<String>
List of pentest IDs to retrieve
606 607 608 609 610 611 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 606 class BatchGetPentestsInput < Struct.new( :pentest_ids, :agent_space_id) SENSITIVE = [] include Aws::Structure end |