Class: Aws::Types::BatchGetPentestJobTasksOutput

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


264
265
266
# File 'sig/types.rbs', line 264

def not_found
  @not_found
end

#tasks::Array[Types::Task]

Returns the value of attribute tasks.

Returns:



263
264
265
# File 'sig/types.rbs', line 263

def tasks
  @tasks
end