Struct aws_sdk_ecr::model::CvssScoreDetails [−][src]
#[non_exhaustive]pub struct CvssScoreDetails {
pub adjustments: Option<Vec<CvssScoreAdjustment>>,
pub score: f64,
pub score_source: Option<String>,
pub scoring_vector: Option<String>,
pub version: Option<String>,
}Expand description
Information about the CVSS score.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.adjustments: Option<Vec<CvssScoreAdjustment>>An object that contains details about adjustment Amazon Inspector made to the CVSS score.
score: f64The CVSS score.
score_source: Option<String>The source for the CVSS score.
scoring_vector: Option<String>The vector for the CVSS score.
version: Option<String>The CVSS version used in scoring.
Implementations
An object that contains details about adjustment Amazon Inspector made to the CVSS score.
The source for the CVSS score.
The vector for the CVSS score.
Creates a new builder-style object to manufacture CvssScoreDetails
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for CvssScoreDetails
impl Send for CvssScoreDetails
impl Sync for CvssScoreDetails
impl Unpin for CvssScoreDetails
impl UnwindSafe for CvssScoreDetails
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
