| 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.ClassificationScopeSummary
Description
Documentation
data ClassificationScopeSummary Source #
Provides information about the classification scope for an Amazon Macie account. Macie uses the scope's settings when it performs automated sensitive data discovery for the account.
See: newClassificationScopeSummary smart constructor.
Constructors
| ClassificationScopeSummary' | |
Instances
newClassificationScopeSummary :: ClassificationScopeSummary Source #
Create a value of ClassificationScopeSummary 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:id:ClassificationScopeSummary', classificationScopeSummary_id - The unique identifier for the classification scope.
$sel:name:ClassificationScopeSummary', classificationScopeSummary_name - The name of the classification scope.
classificationScopeSummary_id :: Lens' ClassificationScopeSummary (Maybe Text) Source #
The unique identifier for the classification scope.
classificationScopeSummary_name :: Lens' ClassificationScopeSummary (Maybe Text) Source #
The name of the classification scope.