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
- data InsightRuleContributorDatapoint = InsightRuleContributorDatapoint' {}
- newInsightRuleContributorDatapoint :: UTCTime -> Double -> InsightRuleContributorDatapoint
- insightRuleContributorDatapoint_timestamp :: Lens' InsightRuleContributorDatapoint UTCTime
- insightRuleContributorDatapoint_approximateValue :: Lens' InsightRuleContributorDatapoint Double
Documentation
data InsightRuleContributorDatapoint Source #
One data point related to one contributor.
For more information, see GetInsightRuleReport and InsightRuleContributor.
See: newInsightRuleContributorDatapoint
smart constructor.
InsightRuleContributorDatapoint' | |
|
Instances
newInsightRuleContributorDatapoint Source #
Create a value of InsightRuleContributorDatapoint
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:timestamp:InsightRuleContributorDatapoint'
, insightRuleContributorDatapoint_timestamp
- The timestamp of the data point.
$sel:approximateValue:InsightRuleContributorDatapoint'
, insightRuleContributorDatapoint_approximateValue
- The approximate value that this contributor added during this timestamp.
insightRuleContributorDatapoint_timestamp :: Lens' InsightRuleContributorDatapoint UTCTime Source #
The timestamp of the data point.
insightRuleContributorDatapoint_approximateValue :: Lens' InsightRuleContributorDatapoint Double Source #
The approximate value that this contributor added during this timestamp.