Class: Aws::SecurityAgent::Types::BatchDeletePentestsOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb

Overview

Output for the BatchDeletePentests operation

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deletedArray<Types::Pentest>

List of successfully deleted pentests

Returns:



411
412
413
414
415
416
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 411

class BatchDeletePentestsOutput < Struct.new(
  :deleted,
  :failed)
  SENSITIVE = []
  include Aws::Structure
end

#failedArray<Types::DeletePentestFailure>

List of pentests that could not be deleted and the reasons for failure

Returns:



411
412
413
414
415
416
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 411

class BatchDeletePentestsOutput < Struct.new(
  :deleted,
  :failed)
  SENSITIVE = []
  include Aws::Structure
end