Class: Aws::Types::BatchGetThreatModelJobsOutput
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetThreatModelJobsOutput
- 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_jobs ⇒ ::Array[Types::ThreatModelJob]
Returns the value of attribute threat_model_jobs.
Instance Attribute Details
#not_found ⇒ ::Array[::String]
Returns the value of attribute not_found.
345 346 347 |
# File 'sig/types.rbs', line 345 def not_found @not_found end |
#threat_model_jobs ⇒ ::Array[Types::ThreatModelJob]
Returns the value of attribute threat_model_jobs.
344 345 346 |
# File 'sig/types.rbs', line 344 def threat_model_jobs @threat_model_jobs end |