#[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() -> Builder
pub fn builder() -> Builder
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 ==
.