Class: Aws::SecurityHub::Types::BatchImportFindingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::BatchImportFindingsRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#findings ⇒ Array<Types::AwsSecurityFinding>
A list of findings to import.
Instance Attribute Details
#findings ⇒ Array<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.
22027 22028 22029 22030 22031 |
# File 'lib/aws-sdk-securityhub/types.rb', line 22027 class BatchImportFindingsRequest < Struct.new( :findings) SENSITIVE = [] include Aws::Structure end |