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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-macie2/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)


1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1026

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.



1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1026

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)


1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1026

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:



1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1026

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)


1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1026

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.



1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1026

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