| 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 |
Amazonka.SecurityHub.Types.InsightResultValue
Description
Documentation
data InsightResultValue Source #
The insight result values returned by the GetInsightResults operation.
See: newInsightResultValue smart constructor.
Constructors
| InsightResultValue' | |
Fields
| |
Instances
newInsightResultValue Source #
Arguments
| :: Text | |
| -> Int | |
| -> InsightResultValue |
Create a value of InsightResultValue 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:groupByAttributeValue:InsightResultValue', insightResultValue_groupByAttributeValue - The value of the attribute that the findings are grouped by for the
insight whose results are returned by the GetInsightResults operation.
$sel:count:InsightResultValue', insightResultValue_count - The number of findings returned for each GroupByAttributeValue.
insightResultValue_groupByAttributeValue :: Lens' InsightResultValue Text Source #
The value of the attribute that the findings are grouped by for the
insight whose results are returned by the GetInsightResults operation.
insightResultValue_count :: Lens' InsightResultValue Int Source #
The number of findings returned for each GroupByAttributeValue.