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])


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

def not_found
  @not_found
end

#pentests::Array[Types::Pentest]

Returns the value of attribute pentests.

Returns:



285
286
287
# File 'sig/types.rbs', line 285

def pentests
  @pentests
end