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_found ⇒ Array<String>

The list of pentest identifiers that were not found.

Returns:

  • (Array<String>)


1011
1012
1013
1014
1015
1016
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1011

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

#pentests ⇒ Array<Types::Pentest>

The list of pentests that were found.

Returns:



1011
1012
1013
1014
1015
1016
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1011

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