Struct aws_sdk_ecr::model::Remediation
source · #[non_exhaustive]pub struct Remediation { /* private fields */ }Expand description
Information on how to remediate a finding.
Implementations§
source§impl Remediation
impl Remediation
sourcepub fn recommendation(&self) -> Option<&Recommendation>
pub fn recommendation(&self) -> Option<&Recommendation>
An object that contains information about the recommended course of action to remediate the finding.
source§impl Remediation
impl Remediation
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture Remediation.
Trait Implementations§
source§impl Clone for Remediation
impl Clone for Remediation
source§fn clone(&self) -> Remediation
fn clone(&self) -> Remediation
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for Remediation
impl Debug for Remediation
source§impl PartialEq<Remediation> for Remediation
impl PartialEq<Remediation> for Remediation
source§fn eq(&self, other: &Remediation) -> bool
fn eq(&self, other: &Remediation) -> bool
This method tests for
self and other values to be equal, and is used
by ==.