Class: Aws::SecurityHub::Types::BatchImportFindingsRequest

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

#findingsArray<Types::AwsSecurityFinding>

A list of findings to import. To successfully import a finding, it must follow the Amazon Web Services Security Finding Format. Maximum of 100 findings per request.

Returns:



22027
22028
22029
22030
22031
# File 'lib/aws-sdk-securityhub/types.rb', line 22027

class BatchImportFindingsRequest < Struct.new(
  :findings)
  SENSITIVE = []
  include Aws::Structure
end