| 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.Connect.Types.Dimensions
Description
Documentation
data Dimensions Source #
Contains information about the dimensions for a set of metrics.
See: newDimensions smart constructor.
Constructors
| Dimensions' | |
Fields
| |
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.
$sel:routingProfile:Dimensions', dimensions_routingProfile - Undocumented member.
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.
dimensions_routingProfile :: Lens' Dimensions (Maybe RoutingProfileReference) Source #
Undocumented member.