#[non_exhaustive]pub struct DetectMitigationActionsTaskTarget { /* private fields */ }
Expand description
The target of a mitigation action task.
Implementations§
source§impl 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.
source§impl DetectMitigationActionsTaskTarget
impl DetectMitigationActionsTaskTarget
sourcepub fn builder() -> DetectMitigationActionsTaskTargetBuilder
pub fn builder() -> DetectMitigationActionsTaskTargetBuilder
Creates a new builder-style object to manufacture DetectMitigationActionsTaskTarget
.
Trait Implementations§
source§impl Clone for DetectMitigationActionsTaskTarget
impl Clone for DetectMitigationActionsTaskTarget
source§fn clone(&self) -> DetectMitigationActionsTaskTarget
fn clone(&self) -> DetectMitigationActionsTaskTarget
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 PartialEq<DetectMitigationActionsTaskTarget> for DetectMitigationActionsTaskTarget
impl PartialEq<DetectMitigationActionsTaskTarget> for DetectMitigationActionsTaskTarget
source§fn eq(&self, other: &DetectMitigationActionsTaskTarget) -> bool
fn eq(&self, other: &DetectMitigationActionsTaskTarget) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more