| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.MacieV2.Types.DetectedDataDetails
Description
Synopsis
Documentation
data DetectedDataDetails Source #
Specifies 1-10 occurrences of a specific type of sensitive data reported by a finding.
See: newDetectedDataDetails smart constructor.
Constructors
| DetectedDataDetails' | |
Instances
newDetectedDataDetails Source #
Arguments
| :: Text | |
| -> DetectedDataDetails |
Create a value of DetectedDataDetails 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:value:DetectedDataDetails', detectedDataDetails_value - An occurrence of the specified type of sensitive data. Each occurrence
can contain 1-128 characters.
detectedDataDetails_value :: Lens' DetectedDataDetails Text Source #
An occurrence of the specified type of sensitive data. Each occurrence can contain 1-128 characters.