Class: Aws::Types::BatchGetPentestsOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#not_found::Array[::String]

Returns the value of attribute not_found.

Returns:

  • (::Array[::String])


288
289
290
# File 'sig/types.rbs', line 288

def not_found
  @not_found
end

#pentests::Array[Types::Pentest]

Returns the value of attribute pentests.

Returns:



287
288
289
# File 'sig/types.rbs', line 287

def pentests
  @pentests
end