| 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.GroupCount
Description
Synopsis
- data GroupCount = GroupCount' {}
- newGroupCount :: GroupCount
- groupCount_count :: Lens' GroupCount (Maybe Integer)
- groupCount_groupKey :: Lens' GroupCount (Maybe Text)
Documentation
data GroupCount Source #
Provides a group of results for a query that retrieved aggregated statistical data about findings.
See: newGroupCount smart constructor.
Constructors
| GroupCount' | |
Instances
newGroupCount :: GroupCount Source #
Create a value of GroupCount 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:count:GroupCount', groupCount_count - The total number of findings in the group of query results.
$sel:groupKey:GroupCount', groupCount_groupKey - The name of the property that defines the group in the query results, as
specified by the groupBy property in the query request.
groupCount_count :: Lens' GroupCount (Maybe Integer) Source #
The total number of findings in the group of query results.
groupCount_groupKey :: Lens' GroupCount (Maybe Text) Source #
The name of the property that defines the group in the query results, as specified by the groupBy property in the query request.