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 CustomDataIdentifiersResult = CustomDataIdentifiersResult' {}
- newCustomDataIdentifiersResult :: CustomDataIdentifiersResult
- customDataIdentifiersResult_detections :: Lens' CustomDataIdentifiersResult (Maybe [CustomDataIdentifiersDetections])
- customDataIdentifiersResult_totalCount :: Lens' CustomDataIdentifiersResult (Maybe Integer)
Documentation
data CustomDataIdentifiersResult Source #
Contains an instance of sensitive data that was detected by a customer-defined identifier.
See: newCustomDataIdentifiersResult
smart constructor.
CustomDataIdentifiersResult' | |
|
Instances
newCustomDataIdentifiersResult :: CustomDataIdentifiersResult Source #
Create a value of CustomDataIdentifiersResult
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:CustomDataIdentifiersResult'
, customDataIdentifiersResult_detections
- The list of detected instances of sensitive data.
$sel:totalCount:CustomDataIdentifiersResult'
, customDataIdentifiersResult_totalCount
- The total number of occurrences of sensitive data.
customDataIdentifiersResult_detections :: Lens' CustomDataIdentifiersResult (Maybe [CustomDataIdentifiersDetections]) Source #
The list of detected instances of sensitive data.
customDataIdentifiersResult_totalCount :: Lens' CustomDataIdentifiersResult (Maybe Integer) Source #
The total number of occurrences of sensitive data.