amazonka-ecr-2.0: Amazon EC2 Container Registry 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.ECR.Types.CvssScoreAdjustment

Description

 
Synopsis

Documentation

data CvssScoreAdjustment Source #

Details on adjustments Amazon Inspector made to the CVSS score for a finding.

See: newCvssScoreAdjustment smart constructor.

Constructors

CvssScoreAdjustment' 

Fields

Instances

Instances details
FromJSON CvssScoreAdjustment Source # 
Instance details

Defined in Amazonka.ECR.Types.CvssScoreAdjustment

Generic CvssScoreAdjustment Source # 
Instance details

Defined in Amazonka.ECR.Types.CvssScoreAdjustment

Associated Types

type Rep CvssScoreAdjustment :: Type -> Type #

Read CvssScoreAdjustment Source # 
Instance details

Defined in Amazonka.ECR.Types.CvssScoreAdjustment

Show CvssScoreAdjustment Source # 
Instance details

Defined in Amazonka.ECR.Types.CvssScoreAdjustment

NFData CvssScoreAdjustment Source # 
Instance details

Defined in Amazonka.ECR.Types.CvssScoreAdjustment

Methods

rnf :: CvssScoreAdjustment -> () #

Eq CvssScoreAdjustment Source # 
Instance details

Defined in Amazonka.ECR.Types.CvssScoreAdjustment

Hashable CvssScoreAdjustment Source # 
Instance details

Defined in Amazonka.ECR.Types.CvssScoreAdjustment

type Rep CvssScoreAdjustment Source # 
Instance details

Defined in Amazonka.ECR.Types.CvssScoreAdjustment

type Rep CvssScoreAdjustment = D1 ('MetaData "CvssScoreAdjustment" "Amazonka.ECR.Types.CvssScoreAdjustment" "amazonka-ecr-2.0-BqgZWPod2JCFn2nq69DCrJ" 'False) (C1 ('MetaCons "CvssScoreAdjustment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "metric") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newCvssScoreAdjustment :: CvssScoreAdjustment Source #

Create a value of CvssScoreAdjustment 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:metric:CvssScoreAdjustment', cvssScoreAdjustment_metric - The metric used to adjust the CVSS score.

$sel:reason:CvssScoreAdjustment', cvssScoreAdjustment_reason - The reason the CVSS score has been adjustment.

cvssScoreAdjustment_metric :: Lens' CvssScoreAdjustment (Maybe Text) Source #

The metric used to adjust the CVSS score.

cvssScoreAdjustment_reason :: Lens' CvssScoreAdjustment (Maybe Text) Source #

The reason the CVSS score has been adjustment.