amazonka-inspector-2.0: Amazon Inspector SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Inspector.Types.InspectorServiceAttributes

Description

 
Synopsis

Documentation

data InspectorServiceAttributes Source #

This data type is used in the Finding data type.

See: newInspectorServiceAttributes smart constructor.

Constructors

InspectorServiceAttributes' 

Fields

Instances

Instances details
FromJSON InspectorServiceAttributes Source # 
Instance details

Defined in Amazonka.Inspector.Types.InspectorServiceAttributes

Generic InspectorServiceAttributes Source # 
Instance details

Defined in Amazonka.Inspector.Types.InspectorServiceAttributes

Associated Types

type Rep InspectorServiceAttributes :: Type -> Type #

Read InspectorServiceAttributes Source # 
Instance details

Defined in Amazonka.Inspector.Types.InspectorServiceAttributes

Show InspectorServiceAttributes Source # 
Instance details

Defined in Amazonka.Inspector.Types.InspectorServiceAttributes

NFData InspectorServiceAttributes Source # 
Instance details

Defined in Amazonka.Inspector.Types.InspectorServiceAttributes

Eq InspectorServiceAttributes Source # 
Instance details

Defined in Amazonka.Inspector.Types.InspectorServiceAttributes

Hashable InspectorServiceAttributes Source # 
Instance details

Defined in Amazonka.Inspector.Types.InspectorServiceAttributes

type Rep InspectorServiceAttributes Source # 
Instance details

Defined in Amazonka.Inspector.Types.InspectorServiceAttributes

type Rep InspectorServiceAttributes = D1 ('MetaData "InspectorServiceAttributes" "Amazonka.Inspector.Types.InspectorServiceAttributes" "amazonka-inspector-2.0-DbkSB2KDR0U54GYFqTMz6L" 'False) (C1 ('MetaCons "InspectorServiceAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "assessmentRunArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "rulesPackageArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "schemaVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural))))

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.