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.
371 372 373 |
# File 'sig/types.rbs', line 371 def not_found @not_found end |
#threats ⇒ ::Array[Types::Threat]
Returns the value of attribute threats.
370 371 372 |
# File 'sig/types.rbs', line 370 def threats @threats end |