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


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

def not_found
  @not_found
end

#pentests::Array[Types::Pentest]

Returns the value of attribute pentests.

Returns:



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

def pentests
  @pentests
end