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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityagent/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>

List of pentest IDs that could not be found

Returns:

  • (Array<String>)


625
626
627
628
629
630
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 625

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

#pentestsArray<Types::Pentest>

List of successfully retrieved pentests

Returns:



625
626
627
628
629
630
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 625

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