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 |
Documentation
data NetworkResourceCount Source #
Describes a resource count.
See: newNetworkResourceCount
smart constructor.
Instances
newNetworkResourceCount :: NetworkResourceCount Source #
Create a value of NetworkResourceCount
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:NetworkResourceCount'
, networkResourceCount_count
- The resource count.
$sel:resourceType:NetworkResourceCount'
, networkResourceCount_resourceType
- The resource type.
networkResourceCount_count :: Lens' NetworkResourceCount (Maybe Int) Source #
The resource count.
networkResourceCount_resourceType :: Lens' NetworkResourceCount (Maybe Text) Source #
The resource type.