| 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.Inspector2.Types.FindingTypeAggregationResponse
Description
Synopsis
- data FindingTypeAggregationResponse = FindingTypeAggregationResponse' {}
- newFindingTypeAggregationResponse :: FindingTypeAggregationResponse
- findingTypeAggregationResponse_accountId :: Lens' FindingTypeAggregationResponse (Maybe Text)
- findingTypeAggregationResponse_severityCounts :: Lens' FindingTypeAggregationResponse (Maybe SeverityCounts)
Documentation
data FindingTypeAggregationResponse Source #
A response that contains the results of a finding type aggregation.
See: newFindingTypeAggregationResponse smart constructor.
Constructors
| FindingTypeAggregationResponse' | |
Fields
| |
Instances
newFindingTypeAggregationResponse :: FindingTypeAggregationResponse Source #
Create a value of FindingTypeAggregationResponse 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:accountId:FindingTypeAggregationResponse', findingTypeAggregationResponse_accountId - The ID of the Amazon Web Services account associated with the findings.
$sel:severityCounts:FindingTypeAggregationResponse', findingTypeAggregationResponse_severityCounts - The value to sort results by.
findingTypeAggregationResponse_accountId :: Lens' FindingTypeAggregationResponse (Maybe Text) Source #
The ID of the Amazon Web Services account associated with the findings.
findingTypeAggregationResponse_severityCounts :: Lens' FindingTypeAggregationResponse (Maybe SeverityCounts) Source #
The value to sort results by.