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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


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_findingsArray<Types::ImportFindingsError>

The list of findings that failed to import.

Returns:



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_countInteger

The number of findings that were successfully imported.

Returns:

  • (Integer)


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