Class: Aws::Types::BatchGetThreatsOutput
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetThreatsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#not_found ⇒ ::Array[::String]
Returns the value of attribute not_found.
-
#threats ⇒ ::Array[Types::Threat]
Returns the value of attribute threats.
Instance Attribute Details
#not_found ⇒ ::Array[::String]
Returns the value of attribute not_found.
369 370 371 |
# File 'sig/types.rbs', line 369 def not_found @not_found end |
#threats ⇒ ::Array[Types::Threat]
Returns the value of attribute threats.
368 369 370 |
# File 'sig/types.rbs', line 368 def threats @threats end |