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