Method: Aws::SecurityHub::Types::BatchUpdateFindingsRequest#confidence

Defined in:
lib/aws-sdk-securityhub/types.rb

#confidenceInteger

The updated value for the finding confidence. Confidence is defined as the likelihood that a finding accurately identifies the behavior or issue that it was intended to identify.

Confidence is scored on a 0-100 basis using a ratio scale, where 0 means zero percent confidence and 100 means 100 percent confidence.

Returns:



21998
21999
22000
22001
22002
22003
22004
22005
22006
22007
22008
22009
22010
22011
# File 'lib/aws-sdk-securityhub/types.rb', line 21998

class BatchUpdateFindingsRequest < Struct.new(
  :finding_identifiers,
  :note,
  :severity,
  :verification_state,
  :confidence,
  :criticality,
  :types,
  :user_defined_fields,
  :workflow,
  :related_findings)
  SENSITIVE = []
  include Aws::Structure
end