Class: Aws::Macie2::Types::ClassificationResult

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

Overview

Provides the details of a sensitive data finding, including the types, number of occurrences, and locations of the sensitive data that was detected.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#additional_occurrencesBoolean

Returns:

  • (Boolean)


1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
# File 'lib/aws-sdk-macie2/types.rb', line 1121

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

#custom_data_identifiersTypes::CustomDataIdentifiers

Provides information about custom data identifiers that produced a sensitive data finding, and the number of occurrences of the data that they detected for the finding.



1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
# File 'lib/aws-sdk-macie2/types.rb', line 1121

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

#mime_typeString

Returns:

  • (String)


1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
# File 'lib/aws-sdk-macie2/types.rb', line 1121

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

#sensitive_dataArray<Types::SensitiveDataItem>

Provides information about the category and number of occurrences of sensitive data that produced a finding.

Returns:



1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
# File 'lib/aws-sdk-macie2/types.rb', line 1121

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

#size_classifiedInteger

Returns:

  • (Integer)


1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
# File 'lib/aws-sdk-macie2/types.rb', line 1121

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

#statusTypes::ClassificationResultStatus

Provides information about the status of a sensitive data finding.



1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
# File 'lib/aws-sdk-macie2/types.rb', line 1121

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