Struct aws_sdk_securityhub::model::Remediation
source · #[non_exhaustive]pub struct Remediation { /* private fields */ }
Expand description
Details about the remediation steps for a finding.
Implementations§
source§impl Remediation
impl Remediation
sourcepub fn recommendation(&self) -> Option<&Recommendation>
pub fn recommendation(&self) -> Option<&Recommendation>
A recommendation on the steps to take to remediate the issue identified by a 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 more