Struct aws_sdk_iot::input::AttachSecurityProfileInput
source · #[non_exhaustive]pub struct AttachSecurityProfileInput { /* private fields */ }
Implementations§
source§impl AttachSecurityProfileInput
impl AttachSecurityProfileInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AttachSecurityProfile, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AttachSecurityProfile, AwsResponseRetryClassifier>, 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
.
source§impl 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§
source§impl Clone for AttachSecurityProfileInput
impl Clone for AttachSecurityProfileInput
source§fn clone(&self) -> AttachSecurityProfileInput
fn clone(&self) -> AttachSecurityProfileInput
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 AttachSecurityProfileInput
impl Debug for AttachSecurityProfileInput
source§impl PartialEq<AttachSecurityProfileInput> for AttachSecurityProfileInput
impl PartialEq<AttachSecurityProfileInput> for AttachSecurityProfileInput
source§fn 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 ==
.