| 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 |
Amazonka.Connect.Types.Dimensions
Description
Synopsis
Documentation
data Dimensions Source #
Contains information about the dimensions for a set of metrics.
See: newDimensions smart constructor.
Constructors
| Dimensions' | |
Instances
newDimensions :: Dimensions Source #
Create a value of Dimensions 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:channel:Dimensions', dimensions_channel - The channel used for grouping and filters.
$sel:queue:Dimensions', dimensions_queue - Information about the queue for which metrics are returned.
dimensions_channel :: Lens' Dimensions (Maybe Channel) Source #
The channel used for grouping and filters.
dimensions_queue :: Lens' Dimensions (Maybe QueueReference) Source #
Information about the queue for which metrics are returned.