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 |
Documentation
data ResourceCount Source #
An object that contains the resource type and the number of resources.
See: newResourceCount
smart constructor.
ResourceCount' | |
|
Instances
newResourceCount :: ResourceCount Source #
Create a value of ResourceCount
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:resourceType:ResourceCount'
, resourceCount_resourceType
- The resource type (for example, "AWS::EC2::Instance"
).
$sel:count:ResourceCount'
, resourceCount_count
- The number of resources.
resourceCount_resourceType :: Lens' ResourceCount (Maybe ResourceType) Source #
The resource type (for example, "AWS::EC2::Instance"
).
resourceCount_count :: Lens' ResourceCount (Maybe Integer) Source #
The number of resources.