Class: Aws::Types::BatchGetThreatModelJobTasksOutput
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetThreatModelJobTasksOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#not_found ⇒ ::Array[::String]
Returns the value of attribute not_found.
-
#threat_model_job_tasks ⇒ ::Array[Types::ThreatModelJobTask]
Returns the value of attribute threat_model_job_tasks.
Instance Attribute Details
#not_found ⇒ ::Array[::String]
Returns the value of attribute not_found.
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.
332 333 334 |
# File 'sig/types.rbs', line 332 def threat_model_job_tasks @threat_model_job_tasks end |