Struct aws_sdk_connect::output::AssociateSecurityKeyOutput
source · [−]#[non_exhaustive]pub struct AssociateSecurityKeyOutput { /* private fields */ }
Implementations
sourceimpl AssociateSecurityKeyOutput
impl AssociateSecurityKeyOutput
sourcepub fn association_id(&self) -> Option<&str>
pub fn association_id(&self) -> Option<&str>
The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.
sourceimpl AssociateSecurityKeyOutput
impl AssociateSecurityKeyOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AssociateSecurityKeyOutput
.
Trait Implementations
sourceimpl Clone for AssociateSecurityKeyOutput
impl Clone for AssociateSecurityKeyOutput
sourcefn clone(&self) -> AssociateSecurityKeyOutput
fn clone(&self) -> AssociateSecurityKeyOutput
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 moresourceimpl Debug for AssociateSecurityKeyOutput
impl Debug for AssociateSecurityKeyOutput
sourceimpl PartialEq<AssociateSecurityKeyOutput> for AssociateSecurityKeyOutput
impl PartialEq<AssociateSecurityKeyOutput> for AssociateSecurityKeyOutput
sourcefn eq(&self, other: &AssociateSecurityKeyOutput) -> bool
fn eq(&self, other: &AssociateSecurityKeyOutput) -> bool
impl StructuralPartialEq for AssociateSecurityKeyOutput
Auto Trait Implementations
impl RefUnwindSafe for AssociateSecurityKeyOutput
impl Send for AssociateSecurityKeyOutput
impl Sync for AssociateSecurityKeyOutput
impl Unpin for AssociateSecurityKeyOutput
impl UnwindSafe for AssociateSecurityKeyOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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