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.
21331 21332 21333 21334 21335 21336 21337 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21331 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.
21331 21332 21333 21334 21335 21336 21337 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21331 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.
21331 21332 21333 21334 21335 21336 21337 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21331 class BatchImportFindingsResponse < Struct.new( :failed_count, :success_count, :failed_findings) SENSITIVE = [] include Aws::Structure end |