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.ScoreDetails

Description

 
Synopsis

Documentation

data ScoreDetails Source #

Information about the Amazon Inspector score given to a finding.

See: newScoreDetails smart constructor.

Constructors

ScoreDetails' 

Fields

Instances

Instances details
FromJSON ScoreDetails Source # 
Instance details

Defined in Amazonka.ECR.Types.ScoreDetails

Generic ScoreDetails Source # 
Instance details

Defined in Amazonka.ECR.Types.ScoreDetails

Associated Types

type Rep ScoreDetails :: Type -> Type #

Read ScoreDetails Source # 
Instance details

Defined in Amazonka.ECR.Types.ScoreDetails

Show ScoreDetails Source # 
Instance details

Defined in Amazonka.ECR.Types.ScoreDetails

NFData ScoreDetails Source # 
Instance details

Defined in Amazonka.ECR.Types.ScoreDetails

Methods

rnf :: ScoreDetails -> () #

Eq ScoreDetails Source # 
Instance details

Defined in Amazonka.ECR.Types.ScoreDetails

Hashable ScoreDetails Source # 
Instance details

Defined in Amazonka.ECR.Types.ScoreDetails

type Rep ScoreDetails Source # 
Instance details

Defined in Amazonka.ECR.Types.ScoreDetails

type Rep ScoreDetails = D1 ('MetaData "ScoreDetails" "Amazonka.ECR.Types.ScoreDetails" "amazonka-ecr-2.0-BqgZWPod2JCFn2nq69DCrJ" 'False) (C1 ('MetaCons "ScoreDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cvss") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CvssScoreDetails))))

newScoreDetails :: ScoreDetails Source #

Create a value of ScoreDetails 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:cvss:ScoreDetails', scoreDetails_cvss - An object that contains details about the CVSS score given to a finding.

scoreDetails_cvss :: Lens' ScoreDetails (Maybe CvssScoreDetails) Source #

An object that contains details about the CVSS score given to a finding.