#[non_exhaustive]pub struct CreateServiceSpecificCredentialOutput { /* private fields */ }Implementations
sourceimpl CreateServiceSpecificCredentialOutput
impl CreateServiceSpecificCredentialOutput
sourcepub fn service_specific_credential(&self) -> Option<&ServiceSpecificCredential>
pub fn service_specific_credential(&self) -> Option<&ServiceSpecificCredential>
A structure that contains information about the newly created service-specific credential.
This is the only time that the password for this credential set is available. It cannot be recovered later. Instead, you must reset the password with ResetServiceSpecificCredential.
sourceimpl CreateServiceSpecificCredentialOutput
impl CreateServiceSpecificCredentialOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateServiceSpecificCredentialOutput.
Trait Implementations
sourceimpl Clone for CreateServiceSpecificCredentialOutput
impl Clone for CreateServiceSpecificCredentialOutput
sourcefn clone(&self) -> CreateServiceSpecificCredentialOutput
fn clone(&self) -> CreateServiceSpecificCredentialOutput
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 PartialEq<CreateServiceSpecificCredentialOutput> for CreateServiceSpecificCredentialOutput
impl PartialEq<CreateServiceSpecificCredentialOutput> for CreateServiceSpecificCredentialOutput
sourcefn eq(&self, other: &CreateServiceSpecificCredentialOutput) -> bool
fn eq(&self, other: &CreateServiceSpecificCredentialOutput) -> bool
impl StructuralPartialEq for CreateServiceSpecificCredentialOutput
Auto Trait Implementations
impl RefUnwindSafe for CreateServiceSpecificCredentialOutput
impl Send for CreateServiceSpecificCredentialOutput
impl Sync for CreateServiceSpecificCredentialOutput
impl Unpin for CreateServiceSpecificCredentialOutput
impl UnwindSafe for CreateServiceSpecificCredentialOutput
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