Class: Aws::SecurityAgent::Types::BatchDeletePentestsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::BatchDeletePentestsInput
- Defined in:
- gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb
Overview
Input for deleting multiple pentests
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_space_id ⇒ String
ID of the agent space where the pentests exist.
-
#pentest_ids ⇒ Array<String>
List of pentest IDs to delete.
Instance Attribute Details
#agent_space_id ⇒ String
ID of the agent space where the pentests exist
391 392 393 394 395 396 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 391 class BatchDeletePentestsInput < Struct.new( :pentest_ids, :agent_space_id) SENSITIVE = [] include Aws::Structure end |
#pentest_ids ⇒ Array<String>
List of pentest IDs to delete
391 392 393 394 395 396 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 391 class BatchDeletePentestsInput < Struct.new( :pentest_ids, :agent_space_id) SENSITIVE = [] include Aws::Structure end |