| 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.Config.Types.GroupedResourceCount
Description
Synopsis
Documentation
data GroupedResourceCount Source #
The count of resources that are grouped by the group name.
See: newGroupedResourceCount smart constructor.
Constructors
| GroupedResourceCount' | |
Fields
| |
Instances
newGroupedResourceCount Source #
Arguments
| :: 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.