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
show all
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

Instance Attribute Details

#additional_occurrencesBoolean

Returns:

  • (Boolean)

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

Returns:

  • (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_typeString

Returns:

  • (String)

#sensitive_dataArray<Types::SensitiveDataItem>

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

Returns:

  • (Array<Types::SensitiveDataItem>)

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

    .

#size_classifiedInteger

Returns:

  • (Integer)

#statusTypes::ClassificationResultStatus

Provides information about the status of a sensitive data finding.

Returns: