| 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.PerformanceInsightsStat
Description
Documentation
data PerformanceInsightsStat Source #
A statistic in a Performance Insights collection.
See: newPerformanceInsightsStat smart constructor.
Constructors
| PerformanceInsightsStat' | |
Instances
newPerformanceInsightsStat :: PerformanceInsightsStat Source #
Create a value of PerformanceInsightsStat 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:type':PerformanceInsightsStat', performanceInsightsStat_type - The statistic type.
$sel:value:PerformanceInsightsStat', performanceInsightsStat_value - The value of the statistic.
performanceInsightsStat_type :: Lens' PerformanceInsightsStat (Maybe Text) Source #
The statistic type.
performanceInsightsStat_value :: Lens' PerformanceInsightsStat (Maybe Double) Source #
The value of the statistic.