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 |
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.
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.