#[non_exhaustive]pub struct DetectMitigationActionsTaskTarget { /* private fields */ }
Expand description
The target of a mitigation action task.
Implementations
sourceimpl DetectMitigationActionsTaskTarget
impl DetectMitigationActionsTaskTarget
sourcepub fn violation_ids(&self) -> Option<&[String]>
pub fn violation_ids(&self) -> Option<&[String]>
The unique identifiers of the violations.
sourcepub fn security_profile_name(&self) -> Option<&str>
pub fn security_profile_name(&self) -> Option<&str>
The name of the security profile.
sourcepub fn behavior_name(&self) -> Option<&str>
pub fn behavior_name(&self) -> Option<&str>
The name of the behavior.
sourceimpl DetectMitigationActionsTaskTarget
impl DetectMitigationActionsTaskTarget
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DetectMitigationActionsTaskTarget
.
Trait Implementations
sourceimpl Clone for DetectMitigationActionsTaskTarget
impl Clone for DetectMitigationActionsTaskTarget
sourcefn clone(&self) -> DetectMitigationActionsTaskTarget
fn clone(&self) -> DetectMitigationActionsTaskTarget
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<DetectMitigationActionsTaskTarget> for DetectMitigationActionsTaskTarget
impl PartialEq<DetectMitigationActionsTaskTarget> for DetectMitigationActionsTaskTarget
sourcefn eq(&self, other: &DetectMitigationActionsTaskTarget) -> bool
fn eq(&self, other: &DetectMitigationActionsTaskTarget) -> bool
impl StructuralPartialEq for DetectMitigationActionsTaskTarget
Auto Trait Implementations
impl RefUnwindSafe for DetectMitigationActionsTaskTarget
impl Send for DetectMitigationActionsTaskTarget
impl Sync for DetectMitigationActionsTaskTarget
impl Unpin for DetectMitigationActionsTaskTarget
impl UnwindSafe for DetectMitigationActionsTaskTarget
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