Class: Aws::SecurityAgent::Types::BatchGetPentestsOutput

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

Overview

Output for the BatchGetPentests operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#not_foundArray<String>

The list of pentest identifiers that were not found.

Returns:

  • (Array<String>)


639
640
641
642
643
644
# File 'lib/aws-sdk-securityagent/types.rb', line 639

class BatchGetPentestsOutput < Struct.new(
  :pentests,
  :not_found)
  SENSITIVE = []
  include Aws::Structure
end

#pentestsArray<Types::Pentest>

The list of pentests that were found.

Returns:



639
640
641
642
643
644
# File 'lib/aws-sdk-securityagent/types.rb', line 639

class BatchGetPentestsOutput < Struct.new(
  :pentests,
  :not_found)
  SENSITIVE = []
  include Aws::Structure
end