Struct aws_sdk_macie2::model::Severity
source · [−]#[non_exhaustive]pub struct Severity { /* private fields */ }
Expand description
Provides the numerical and qualitative representations of a finding's severity.
Implementations
sourceimpl Severity
impl Severity
sourcepub fn description(&self) -> Option<&SeverityDescription>
pub fn description(&self) -> Option<&SeverityDescription>
The qualitative representation of the finding's severity, ranging from Low (least severe) to High (most severe).
Trait Implementations
impl StructuralPartialEq for Severity
Auto Trait Implementations
impl RefUnwindSafe for Severity
impl Send for Severity
impl Sync for Severity
impl Unpin for Severity
impl UnwindSafe for Severity
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more