Module: Aws::SecurityHub::Client::_BatchImportFindingsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::BatchImportFindingsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #failed_count ⇒ ::Integer
- #failed_findings ⇒ ::Array[Types::ImportFindingsError]
- #success_count ⇒ ::Integer
Instance Method Details
#failed_count ⇒ ::Integer
196 |
# File 'sig/client.rbs', line 196
def failed_count: () -> ::Integer
|
#failed_findings ⇒ ::Array[Types::ImportFindingsError]
198 |
# File 'sig/client.rbs', line 198
def failed_findings: () -> ::Array[Types::ImportFindingsError]
|
#success_count ⇒ ::Integer
197 |
# File 'sig/client.rbs', line 197
def success_count: () -> ::Integer
|