Class: Aws::SecurityHub::Types::BatchUpdateFindingsResponse

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

#processed_findingsArray<Types::AwsSecurityFindingIdentifier>

The list of findings that were updated successfully.



22787
22788
22789
22790
22791
22792
# File 'lib/aws-sdk-securityhub/types.rb', line 22787

class BatchUpdateFindingsResponse < Struct.new(
  :processed_findings,
  :unprocessed_findings)
  SENSITIVE = []
  include Aws::Structure
end

#unprocessed_findingsArray<Types::BatchUpdateFindingsUnprocessedFinding>

The list of findings that were not updated.



22787
22788
22789
22790
22791
22792
# File 'lib/aws-sdk-securityhub/types.rb', line 22787

class BatchUpdateFindingsResponse < Struct.new(
  :processed_findings,
  :unprocessed_findings)
  SENSITIVE = []
  include Aws::Structure
end