Class: Aws::SecurityHub::Types::ClassificationResult

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/types.rb

Overview

Details about the sensitive data that was detected on the resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#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)


23020
23021
23022
23023
23024
23025
23026
23027
23028
23029
# File 'lib/aws-sdk-securityhub/types.rb', line 23020

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

#custom_data_identifiersTypes::CustomDataIdentifiersResult

Provides details about sensitive data that was identified based on customer-defined configuration.



23020
23021
23022
23023
23024
23025
23026
23027
23028
23029
# File 'lib/aws-sdk-securityhub/types.rb', line 23020

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

#mime_typeString

The type of content that the finding applies to.

Returns:

  • (String)


23020
23021
23022
23023
23024
23025
23026
23027
23028
23029
# File 'lib/aws-sdk-securityhub/types.rb', line 23020

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

#sensitive_dataArray<Types::SensitiveDataResult>

Provides details about sensitive data that was identified based on built-in configuration.

Returns:



23020
23021
23022
23023
23024
23025
23026
23027
23028
23029
# File 'lib/aws-sdk-securityhub/types.rb', line 23020

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

#size_classifiedInteger

The total size in bytes of the affected data.

Returns:

  • (Integer)


23020
23021
23022
23023
23024
23025
23026
23027
23028
23029
# File 'lib/aws-sdk-securityhub/types.rb', line 23020

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

#statusTypes::ClassificationStatus

The current status of the sensitive data detection.



23020
23021
23022
23023
23024
23025
23026
23027
23028
23029
# File 'lib/aws-sdk-securityhub/types.rb', line 23020

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