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.
336 337 338 |
# File 'sig/types.rbs', line 336 def not_found @not_found end |
#threat_model_job_tasks ⇒ ::Array[Types::ThreatModelJobTask]
Returns the value of attribute threat_model_job_tasks.
335 336 337 |
# File 'sig/types.rbs', line 335 def threat_model_job_tasks @threat_model_job_tasks end |