Method: Aws::SecurityHub::Types::ClassificationResult#additional_occurrences

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

#additional_occurrencesBoolean

Indicates whether there are additional occurrences of sensitive data that are not included in the finding. This occurs when the number of occurrences exceeds the maximum that can be included.

Returns:

  • (Boolean)


22370
22371
22372
22373
22374
22375
22376
22377
22378
22379
# File 'lib/aws-sdk-securityhub/types.rb', line 22370

class ClassificationResult < Struct.new(
  :mime_type,
  :size_classified,
  :additional_occurrences,
  :status,
  :sensitive_data,
  :custom_data_identifiers)
  SENSITIVE = []
  include Aws::Structure
end