Module: Aws::SecurityAgent::Client::_BatchGetFindingsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::BatchGetFindingsOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#findings ⇒ ::Array[Types::Finding]
222 |
# File 'sig/client.rbs', line 222
def findings: () -> ::Array[Types::Finding]
|
#not_found ⇒ ::Array[::String]
223 |
# File 'sig/client.rbs', line 223
def not_found: () -> ::Array[::String]
|