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

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

#processed_findingsArray<Types::AwsSecurityFindingIdentifier>

The list of findings that were updated successfully.



22758
22759
22760
22761
22762
22763
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22758

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.



22758
22759
22760
22761
22762
22763
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22758

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