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 InsightResults Source #
The insight results returned by the GetInsightResults
operation.
See: newInsightResults
smart constructor.
InsightResults' | |
|
Instances
Create a value of InsightResults
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:insightArn:InsightResults'
, insightResults_insightArn
- The ARN of the insight whose results are returned by the
GetInsightResults
operation.
$sel:groupByAttribute:InsightResults'
, insightResults_groupByAttribute
- The attribute that the findings are grouped by for the insight whose
results are returned by the GetInsightResults
operation.
$sel:resultValues:InsightResults'
, insightResults_resultValues
- The list of insight result values returned by the GetInsightResults
operation.
insightResults_insightArn :: Lens' InsightResults Text Source #
The ARN of the insight whose results are returned by the
GetInsightResults
operation.
insightResults_groupByAttribute :: Lens' InsightResults Text Source #
The attribute that the findings are grouped by for the insight whose
results are returned by the GetInsightResults
operation.
insightResults_resultValues :: Lens' InsightResults [InsightResultValue] Source #
The list of insight result values returned by the GetInsightResults
operation.