#[non_exhaustive]pub struct GetRandomPasswordOutput { /* private fields */ }
Implementations§
source§impl GetRandomPasswordOutput
impl GetRandomPasswordOutput
sourcepub fn random_password(&self) -> Option<&str>
pub fn random_password(&self) -> Option<&str>
A string with the password.
source§impl GetRandomPasswordOutput
impl GetRandomPasswordOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetRandomPasswordOutput
.
Trait Implementations§
source§impl Clone for GetRandomPasswordOutput
impl Clone for GetRandomPasswordOutput
source§fn clone(&self) -> GetRandomPasswordOutput
fn clone(&self) -> GetRandomPasswordOutput
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 GetRandomPasswordOutput
impl Debug for GetRandomPasswordOutput
source§impl PartialEq<GetRandomPasswordOutput> for GetRandomPasswordOutput
impl PartialEq<GetRandomPasswordOutput> for GetRandomPasswordOutput
source§fn eq(&self, other: &GetRandomPasswordOutput) -> bool
fn eq(&self, other: &GetRandomPasswordOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.