Class: Aws::SecurityHub::Types::BatchImportFindingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::BatchImportFindingsResponse
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failed_count ⇒ Integer
The number of findings that failed to import.
-
#failed_findings ⇒ Array<Types::ImportFindingsError>
The list of findings that failed to import.
-
#success_count ⇒ Integer
The number of findings that were successfully imported.
Instance Attribute Details
#failed_count ⇒ Integer
The number of findings that failed to import.
18346 18347 18348 18349 18350 18351 18352 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 18346 class BatchImportFindingsResponse < Struct.new( :failed_count, :success_count, :failed_findings) SENSITIVE = [] include Aws::Structure end |
#failed_findings ⇒ Array<Types::ImportFindingsError>
The list of findings that failed to import.
18346 18347 18348 18349 18350 18351 18352 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 18346 class BatchImportFindingsResponse < Struct.new( :failed_count, :success_count, :failed_findings) SENSITIVE = [] include Aws::Structure end |
#success_count ⇒ Integer
The number of findings that were successfully imported.
18346 18347 18348 18349 18350 18351 18352 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 18346 class BatchImportFindingsResponse < Struct.new( :failed_count, :success_count, :failed_findings) SENSITIVE = [] include Aws::Structure end |