pub struct AttachSecurityProfileRequest {
pub security_profile_name: String,
pub security_profile_target_arn: String,
}Fields§
§security_profile_name: StringThe security profile that is attached.
security_profile_target_arn: StringThe ARN of the target (thing group) to which the security profile is attached.
Trait Implementations§
Source§impl Clone for AttachSecurityProfileRequest
impl Clone for AttachSecurityProfileRequest
Source§fn clone(&self) -> AttachSecurityProfileRequest
fn clone(&self) -> AttachSecurityProfileRequest
Returns a duplicate 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 AttachSecurityProfileRequest
impl Debug for AttachSecurityProfileRequest
Source§impl Default for AttachSecurityProfileRequest
impl Default for AttachSecurityProfileRequest
Source§fn default() -> AttachSecurityProfileRequest
fn default() -> AttachSecurityProfileRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for AttachSecurityProfileRequest
impl PartialEq for AttachSecurityProfileRequest
Source§fn eq(&self, other: &AttachSecurityProfileRequest) -> bool
fn eq(&self, other: &AttachSecurityProfileRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AttachSecurityProfileRequest
Auto Trait Implementations§
impl Freeze for AttachSecurityProfileRequest
impl RefUnwindSafe for AttachSecurityProfileRequest
impl Send for AttachSecurityProfileRequest
impl Sync for AttachSecurityProfileRequest
impl Unpin for AttachSecurityProfileRequest
impl UnwindSafe for AttachSecurityProfileRequest
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