Class: Aws::SecurityHub::Types::BatchImportFindingsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#failed_countInteger

The number of findings that failed to import.

Returns:

  • (Integer)


22608
22609
22610
22611
22612
22613
22614
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22608

class BatchImportFindingsResponse < Struct.new(
  :failed_count,
  :success_count,
  :failed_findings)
  SENSITIVE = []
  include Aws::Structure
end

#failed_findingsArray<Types::ImportFindingsError>

The list of findings that failed to import.

Returns:



22608
22609
22610
22611
22612
22613
22614
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22608

class BatchImportFindingsResponse < Struct.new(
  :failed_count,
  :success_count,
  :failed_findings)
  SENSITIVE = []
  include Aws::Structure
end

#success_countInteger

The number of findings that were successfully imported.

Returns:

  • (Integer)


22608
22609
22610
22611
22612
22613
22614
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22608

class BatchImportFindingsResponse < Struct.new(
  :failed_count,
  :success_count,
  :failed_findings)
  SENSITIVE = []
  include Aws::Structure
end