| 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.DevOpsGuru.Types.PerformanceInsightsReferenceMetric
Description
Documentation
data PerformanceInsightsReferenceMetric Source #
Information about a reference metric used to evaluate Performance Insights.
See: newPerformanceInsightsReferenceMetric smart constructor.
Constructors
| PerformanceInsightsReferenceMetric' | |
Fields
| |
Instances
newPerformanceInsightsReferenceMetric :: PerformanceInsightsReferenceMetric Source #
Create a value of PerformanceInsightsReferenceMetric 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:metricQuery:PerformanceInsightsReferenceMetric', performanceInsightsReferenceMetric_metricQuery - A query to be processed on the metric.
performanceInsightsReferenceMetric_metricQuery :: Lens' PerformanceInsightsReferenceMetric (Maybe PerformanceInsightsMetricQuery) Source #
A query to be processed on the metric.