Class: Aws::Types::BatchGetPentestJobsOutput

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


274
275
276
# File 'sig/types.rbs', line 274

def not_found
  @not_found
end

#pentest_jobs::Array[Types::PentestJob]

Returns the value of attribute pentest_jobs.

Returns:



273
274
275
# File 'sig/types.rbs', line 273

def pentest_jobs
  @pentest_jobs
end