| 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.CurrentMetric
Description
Synopsis
Documentation
data CurrentMetric Source #
Contains information about a real-time metric. For a description of each metric, see Real-time Metrics Definitions in the Amazon Connect Administrator Guide.
See: newCurrentMetric smart constructor.
Constructors
| CurrentMetric' | |
Instances
newCurrentMetric :: CurrentMetric Source #
Create a value of CurrentMetric 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:CurrentMetric', currentMetric_name - The name of the metric.
$sel:unit:CurrentMetric', currentMetric_unit - The unit for the metric.
currentMetric_name :: Lens' CurrentMetric (Maybe CurrentMetricName) Source #
The name of the metric.
currentMetric_unit :: Lens' CurrentMetric (Maybe Unit) Source #
The unit for the metric.