#[non_exhaustive]pub struct AttachSecurityProfileInput { /* private fields */ }Implementations§
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.
source§impl AttachSecurityProfileInput
impl AttachSecurityProfileInput
sourcepub fn builder() -> AttachSecurityProfileInputBuilder
pub fn builder() -> AttachSecurityProfileInputBuilder
Creates a new builder-style object to manufacture AttachSecurityProfileInput.
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>
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 ==.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more