Struct aws_sdk_iot::model::SecurityProfileTarget
source · #[non_exhaustive]pub struct SecurityProfileTarget { /* private fields */ }
Expand description
A target to which an alert is sent when a security profile behavior is violated.
Implementations§
source§impl SecurityProfileTarget
impl SecurityProfileTarget
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SecurityProfileTarget
.
Trait Implementations§
source§impl Clone for SecurityProfileTarget
impl Clone for SecurityProfileTarget
source§fn clone(&self) -> SecurityProfileTarget
fn clone(&self) -> SecurityProfileTarget
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 Debug for SecurityProfileTarget
impl Debug for SecurityProfileTarget
source§impl PartialEq<SecurityProfileTarget> for SecurityProfileTarget
impl PartialEq<SecurityProfileTarget> for SecurityProfileTarget
source§fn eq(&self, other: &SecurityProfileTarget) -> bool
fn eq(&self, other: &SecurityProfileTarget) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.