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