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
Documentation
data RelatedFinding Source #
Details about a related finding.
See: newRelatedFinding
smart constructor.
RelatedFinding' | |
|
Instances
Create a value of RelatedFinding
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:productArn:RelatedFinding'
, relatedFinding_productArn
- The ARN of the product that generated a related finding.
$sel:id:RelatedFinding'
, relatedFinding_id
- The product-generated identifier for a related finding.
relatedFinding_productArn :: Lens' RelatedFinding Text Source #
The ARN of the product that generated a related finding.
relatedFinding_id :: Lens' RelatedFinding Text Source #
The product-generated identifier for a related finding.