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 |
Synopsis
- data InspectorServiceAttributes = InspectorServiceAttributes' {}
- newInspectorServiceAttributes :: Natural -> InspectorServiceAttributes
- inspectorServiceAttributes_assessmentRunArn :: Lens' InspectorServiceAttributes (Maybe Text)
- inspectorServiceAttributes_rulesPackageArn :: Lens' InspectorServiceAttributes (Maybe Text)
- inspectorServiceAttributes_schemaVersion :: Lens' InspectorServiceAttributes Natural
Documentation
data InspectorServiceAttributes Source #
This data type is used in the Finding data type.
See: newInspectorServiceAttributes
smart constructor.
InspectorServiceAttributes' | |
|
Instances
newInspectorServiceAttributes Source #
Create a value of InspectorServiceAttributes
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:assessmentRunArn:InspectorServiceAttributes'
, inspectorServiceAttributes_assessmentRunArn
- The ARN of the assessment run during which the finding is generated.
$sel:rulesPackageArn:InspectorServiceAttributes'
, inspectorServiceAttributes_rulesPackageArn
- The ARN of the rules package that is used to generate the finding.
$sel:schemaVersion:InspectorServiceAttributes'
, inspectorServiceAttributes_schemaVersion
- The schema version of this data type.
inspectorServiceAttributes_assessmentRunArn :: Lens' InspectorServiceAttributes (Maybe Text) Source #
The ARN of the assessment run during which the finding is generated.
inspectorServiceAttributes_rulesPackageArn :: Lens' InspectorServiceAttributes (Maybe Text) Source #
The ARN of the rules package that is used to generate the finding.
inspectorServiceAttributes_schemaVersion :: Lens' InspectorServiceAttributes Natural Source #
The schema version of this data type.