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 CurrentMetricResult Source #
Contains information about a set of real-time metrics.
See: newCurrentMetricResult
smart constructor.
CurrentMetricResult' | |
|
Instances
newCurrentMetricResult :: CurrentMetricResult Source #
Create a value of CurrentMetricResult
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:collections:CurrentMetricResult'
, currentMetricResult_collections
- The set of metrics.
$sel:dimensions:CurrentMetricResult'
, currentMetricResult_dimensions
- The dimensions for the metrics.
currentMetricResult_collections :: Lens' CurrentMetricResult (Maybe [CurrentMetricData]) Source #
The set of metrics.
currentMetricResult_dimensions :: Lens' CurrentMetricResult (Maybe Dimensions) Source #
The dimensions for the metrics.