Class: Aws::Types::BatchGetThreatModelJobTasksOutput

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


333
334
335
# File 'sig/types.rbs', line 333

def not_found
  @not_found
end

#threat_model_job_tasks::Array[Types::ThreatModelJobTask]

Returns the value of attribute threat_model_job_tasks.

Returns:



332
333
334
# File 'sig/types.rbs', line 332

def threat_model_job_tasks
  @threat_model_job_tasks
end