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
Documentation
data GroupedResourceCount Source #
The count of resources that are grouped by the group name.
See: newGroupedResourceCount
smart constructor.
GroupedResourceCount' | |
|
Instances
newGroupedResourceCount Source #
:: Text | |
-> Integer | |
-> GroupedResourceCount |
Create a value of GroupedResourceCount
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:groupName:GroupedResourceCount'
, groupedResourceCount_groupName
- The name of the group that can be region, account ID, or resource type.
For example, region1, region2 if the region was chosen as GroupByKey
.
$sel:resourceCount:GroupedResourceCount'
, groupedResourceCount_resourceCount
- The number of resources in the group.
groupedResourceCount_groupName :: Lens' GroupedResourceCount Text Source #
The name of the group that can be region, account ID, or resource type.
For example, region1, region2 if the region was chosen as GroupByKey
.
groupedResourceCount_resourceCount :: Lens' GroupedResourceCount Integer Source #
The number of resources in the group.