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 |
Synopsis
- data SensitiveDataDetections = SensitiveDataDetections' {
- occurrences :: Maybe Occurrences
- count :: Maybe Integer
- type' :: Maybe Text
- newSensitiveDataDetections :: SensitiveDataDetections
- sensitiveDataDetections_occurrences :: Lens' SensitiveDataDetections (Maybe Occurrences)
- sensitiveDataDetections_count :: Lens' SensitiveDataDetections (Maybe Integer)
- sensitiveDataDetections_type :: Lens' SensitiveDataDetections (Maybe Text)
Documentation
data SensitiveDataDetections Source #
The list of detected instances of sensitive data.
See: newSensitiveDataDetections
smart constructor.
SensitiveDataDetections' | |
|
Instances
newSensitiveDataDetections :: SensitiveDataDetections Source #
Create a value of SensitiveDataDetections
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:occurrences:SensitiveDataDetections'
, sensitiveDataDetections_occurrences
- Details about the sensitive data that was detected.
$sel:count:SensitiveDataDetections'
, sensitiveDataDetections_count
- The total number of occurrences of sensitive data that were detected.
$sel:type':SensitiveDataDetections'
, sensitiveDataDetections_type
- The type of sensitive data that was detected. For example, the type
might indicate that the data is an email address.
sensitiveDataDetections_occurrences :: Lens' SensitiveDataDetections (Maybe Occurrences) Source #
Details about the sensitive data that was detected.
sensitiveDataDetections_count :: Lens' SensitiveDataDetections (Maybe Integer) Source #
The total number of occurrences of sensitive data that were detected.
sensitiveDataDetections_type :: Lens' SensitiveDataDetections (Maybe Text) Source #
The type of sensitive data that was detected. For example, the type might indicate that the data is an email address.