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 InventoryGroup Source #
A user-defined set of one or more filters on which to aggregate inventory data. Groups return a count of resources that match and don't match the specified criteria.
See: newInventoryGroup
smart constructor.
InventoryGroup' | |
|
Instances
Create a value of InventoryGroup
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:name:InventoryGroup'
, inventoryGroup_name
- The name of the group.
$sel:filters:InventoryGroup'
, inventoryGroup_filters
- Filters define the criteria for the group. The matchingCount
field
displays the number of resources that match the criteria. The
notMatchingCount
field displays the number of resources that don't
match the criteria.
inventoryGroup_name :: Lens' InventoryGroup Text Source #
The name of the group.
inventoryGroup_filters :: Lens' InventoryGroup (NonEmpty InventoryFilter) Source #
Filters define the criteria for the group. The matchingCount
field
displays the number of resources that match the criteria. The
notMatchingCount
field displays the number of resources that don't
match the criteria.