Class: Aws::SecurityHub::Types::BatchImportFindingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::BatchImportFindingsResponse
- Includes:
- Aws::Structure
- Defined in:
- 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.
21735 21736 21737 21738 21739 21740 21741 |
# File 'lib/aws-sdk-securityhub/types.rb', line 21735 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.
21735 21736 21737 21738 21739 21740 21741 |
# File 'lib/aws-sdk-securityhub/types.rb', line 21735 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.
21735 21736 21737 21738 21739 21740 21741 |
# File 'lib/aws-sdk-securityhub/types.rb', line 21735 class BatchImportFindingsResponse < Struct.new( :failed_count, :success_count, :failed_findings) SENSITIVE = [] include Aws::Structure end |