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.
359 360 361 |
# File 'sig/types.rbs', line 359 def not_found @not_found end |
#threat_models ⇒ ::Array[Types::ThreatModel]
Returns the value of attribute threat_models.
358 359 360 |
# File 'sig/types.rbs', line 358 def threat_models @threat_models end |