Class: Aws::Macie2::Types::ClassificationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::ClassificationResult
- 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
- #additional_occurrences ⇒ Boolean
-
#custom_data_identifiers ⇒ Types::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.
- #mime_type ⇒ String
-
#sensitive_data ⇒ Array<Types::SensitiveDataItem>
Provides information about the category and number of occurrences of sensitive data that produced a finding.
- #size_classified ⇒ Integer
-
#status ⇒ Types::ClassificationResultStatus
Provides information about the status of a sensitive data finding.
Instance Attribute Details
#additional_occurrences ⇒ 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_identifiers ⇒ Types::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_type ⇒ 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_data ⇒ Array<Types::SensitiveDataItem>
Provides information about the category and number of occurrences of sensitive data that produced a 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 |
#size_classified ⇒ 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 |
#status ⇒ Types::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 |