Class: Aws::Types::BatchGetFindingsOutput
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetFindingsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#findings ⇒ ::Array[Types::Finding]
Returns the value of attribute findings.
-
#not_found ⇒ ::Array[::String]
Returns the value of attribute not_found.
Instance Attribute Details
#findings ⇒ ::Array[Types::Finding]
Returns the value of attribute findings.
249 250 251 |
# File 'sig/types.rbs', line 249 def findings @findings end |
#not_found ⇒ ::Array[::String]
Returns the value of attribute not_found.
250 251 252 |
# File 'sig/types.rbs', line 250 def not_found @not_found end |