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