Struct aws_sdk_iot::model::SecurityProfileTargetMapping
source · #[non_exhaustive]pub struct SecurityProfileTargetMapping { /* private fields */ }
Expand description
Information about a security profile and the target associated with it.
Implementations§
source§impl SecurityProfileTargetMapping
impl SecurityProfileTargetMapping
sourcepub fn security_profile_identifier(&self) -> Option<&SecurityProfileIdentifier>
pub fn security_profile_identifier(&self) -> Option<&SecurityProfileIdentifier>
Information that identifies the security profile.
sourcepub fn target(&self) -> Option<&SecurityProfileTarget>
pub fn target(&self) -> Option<&SecurityProfileTarget>
Information about the target (thing group) associated with the security profile.
source§impl SecurityProfileTargetMapping
impl SecurityProfileTargetMapping
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SecurityProfileTargetMapping
.
Trait Implementations§
source§impl Clone for SecurityProfileTargetMapping
impl Clone for SecurityProfileTargetMapping
source§fn clone(&self) -> SecurityProfileTargetMapping
fn clone(&self) -> SecurityProfileTargetMapping
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 SecurityProfileTargetMapping
impl Debug for SecurityProfileTargetMapping
source§impl PartialEq<SecurityProfileTargetMapping> for SecurityProfileTargetMapping
impl PartialEq<SecurityProfileTargetMapping> for SecurityProfileTargetMapping
source§fn eq(&self, other: &SecurityProfileTargetMapping) -> bool
fn eq(&self, other: &SecurityProfileTargetMapping) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.