| Copyright | (c) 2013-2021 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
Amazonka.SecurityHub.Types.SensitiveDataResult
Description
Synopsis
- data SensitiveDataResult = SensitiveDataResult' {}
- newSensitiveDataResult :: SensitiveDataResult
- sensitiveDataResult_detections :: Lens' SensitiveDataResult (Maybe [SensitiveDataDetections])
- sensitiveDataResult_category :: Lens' SensitiveDataResult (Maybe Text)
- sensitiveDataResult_totalCount :: Lens' SensitiveDataResult (Maybe Integer)
Documentation
data SensitiveDataResult Source #
Contains a detected instance of sensitive data that are based on built-in identifiers.
See: newSensitiveDataResult smart constructor.
Constructors
| SensitiveDataResult' | |
Fields
| |
Instances
newSensitiveDataResult :: SensitiveDataResult Source #
Create a value of SensitiveDataResult with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:detections:SensitiveDataResult', sensitiveDataResult_detections - The list of detected instances of sensitive data.
$sel:category:SensitiveDataResult', sensitiveDataResult_category - The category of sensitive data that was detected. For example, the
category can indicate that the sensitive data involved credentials,
financial information, or personal information.
$sel:totalCount:SensitiveDataResult', sensitiveDataResult_totalCount - The total number of occurrences of sensitive data.
sensitiveDataResult_detections :: Lens' SensitiveDataResult (Maybe [SensitiveDataDetections]) Source #
The list of detected instances of sensitive data.
sensitiveDataResult_category :: Lens' SensitiveDataResult (Maybe Text) Source #
The category of sensitive data that was detected. For example, the category can indicate that the sensitive data involved credentials, financial information, or personal information.
sensitiveDataResult_totalCount :: Lens' SensitiveDataResult (Maybe Integer) Source #
The total number of occurrences of sensitive data.