You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Macie2::Types::SensitiveDataItem

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#categoryString

The category of sensitive data that was detected and produced the finding. Possible values are:

Possible values:

  • FINANCIAL_INFORMATION
  • PERSONAL_INFORMATION
  • CREDENTIALS
  • CUSTOM_IDENTIFIER

Returns:

  • (String)

    The category of sensitive data that was detected and produced the finding.

#detectionsArray<Types::DefaultDetection>

Provides information about sensitive data that was detected by managed data identifiers and produced a sensitive data finding, and the number of occurrences of each type of sensitive data that was detected.

Returns:

  • (Array<Types::DefaultDetection>)

    Provides information about sensitive data that was detected by managed data identifiers and produced a sensitive data finding, and the number of occurrences of each type of sensitive data that was detected.

    .

#total_countInteger

Returns:

  • (Integer)