Struct aws_sdk_iot::input::AttachSecurityProfileInput
source · [−]#[non_exhaustive]pub struct AttachSecurityProfileInput { /* private fields */ }
Implementations
sourceimpl AttachSecurityProfileInput
impl AttachSecurityProfileInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AttachSecurityProfile, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AttachSecurityProfile, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<AttachSecurityProfile
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AttachSecurityProfileInput
.
sourceimpl AttachSecurityProfileInput
impl AttachSecurityProfileInput
sourcepub fn security_profile_name(&self) -> Option<&str>
pub fn security_profile_name(&self) -> Option<&str>
The security profile that is attached.
sourcepub fn security_profile_target_arn(&self) -> Option<&str>
pub fn security_profile_target_arn(&self) -> Option<&str>
The ARN of the target (thing group) to which the security profile is attached.
Trait Implementations
sourceimpl Clone for AttachSecurityProfileInput
impl Clone for AttachSecurityProfileInput
sourcefn clone(&self) -> AttachSecurityProfileInput
fn clone(&self) -> AttachSecurityProfileInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for AttachSecurityProfileInput
impl Debug for AttachSecurityProfileInput
sourceimpl PartialEq<AttachSecurityProfileInput> for AttachSecurityProfileInput
impl PartialEq<AttachSecurityProfileInput> for AttachSecurityProfileInput
sourcefn eq(&self, other: &AttachSecurityProfileInput) -> bool
fn eq(&self, other: &AttachSecurityProfileInput) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl StructuralPartialEq for AttachSecurityProfileInput
Auto Trait Implementations
impl RefUnwindSafe for AttachSecurityProfileInput
impl Send for AttachSecurityProfileInput
impl Sync for AttachSecurityProfileInput
impl Unpin for AttachSecurityProfileInput
impl UnwindSafe for AttachSecurityProfileInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more