Class: Aws::SecurityAgent::Types::BatchDeletePentestsInput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#agent_space_idString

ID of the agent space where the pentests exist

Returns:

  • (String)


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_idsArray<String>

List of pentest IDs to delete

Returns:

  • (Array<String>)


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