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.
22637 22638 22639 22640 22641 22642 22643 |
# File 'lib/aws-sdk-securityhub/types.rb', line 22637 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.
22637 22638 22639 22640 22641 22642 22643 |
# File 'lib/aws-sdk-securityhub/types.rb', line 22637 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.
22637 22638 22639 22640 22641 22642 22643 |
# File 'lib/aws-sdk-securityhub/types.rb', line 22637 class BatchImportFindingsResponse < Struct.new( :failed_count, :success_count, :failed_findings) SENSITIVE = [] include Aws::Structure end |