Class: Aws::SecurityAgent::Types::BatchDeletePentestsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::BatchDeletePentestsOutput
- 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
-
#deleted ⇒ Array<Types::Pentest>
List of successfully deleted pentests.
-
#failed ⇒ Array<Types::DeletePentestFailure>
List of pentests that could not be deleted and the reasons for failure.
Instance Attribute Details
#deleted ⇒ Array<Types::Pentest>
List of successfully deleted pentests
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 |
#failed ⇒ Array<Types::DeletePentestFailure>
List of pentests that could not be deleted and the reasons for failure
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 |