You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Macie2::Types::ClassificationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::ClassificationResult
- Defined in:
- (unknown)
Overview
Provides the details of a sensitive data finding, including the types, number of occurrences, and locations of the sensitive data that was detected.
Returned by:
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
#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.