Class: Aws::Types::BatchGetThreatModelsOutput
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetThreatModelsOutput
- 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_models ⇒ ::Array[Types::ThreatModel]
Returns the value of attribute threat_models.
Instance Attribute Details
#not_found ⇒ ::Array[::String]
Returns the value of attribute not_found.
357 358 359 |
# File 'sig/types.rbs', line 357 def not_found @not_found end |
#threat_models ⇒ ::Array[Types::ThreatModel]
Returns the value of attribute threat_models.
356 357 358 |
# File 'sig/types.rbs', line 356 def threat_models @threat_models end |