Struct aws_sdk_elasticache::input::ModifyUserInput
source · [−]#[non_exhaustive]pub struct ModifyUserInput { /* private fields */ }Implementations
sourceimpl ModifyUserInput
impl ModifyUserInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ModifyUser, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ModifyUser, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ModifyUser>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ModifyUserInput.
sourceimpl ModifyUserInput
impl ModifyUserInput
sourcepub fn access_string(&self) -> Option<&str>
pub fn access_string(&self) -> Option<&str>
Access permissions string used for this user.
sourcepub fn append_access_string(&self) -> Option<&str>
pub fn append_access_string(&self) -> Option<&str>
Adds additional user permissions to the access string.
sourcepub fn passwords(&self) -> Option<&[String]>
pub fn passwords(&self) -> Option<&[String]>
The passwords belonging to the user. You are allowed up to two.
sourcepub fn no_password_required(&self) -> Option<bool>
pub fn no_password_required(&self) -> Option<bool>
Indicates no password is required for the user.
Trait Implementations
sourceimpl Clone for ModifyUserInput
impl Clone for ModifyUserInput
sourcefn clone(&self) -> ModifyUserInput
fn clone(&self) -> ModifyUserInput
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 ModifyUserInput
impl Debug for ModifyUserInput
sourceimpl PartialEq<ModifyUserInput> for ModifyUserInput
impl PartialEq<ModifyUserInput> for ModifyUserInput
sourcefn eq(&self, other: &ModifyUserInput) -> bool
fn eq(&self, other: &ModifyUserInput) -> bool
impl StructuralPartialEq for ModifyUserInput
Auto Trait Implementations
impl RefUnwindSafe for ModifyUserInput
impl Send for ModifyUserInput
impl Sync for ModifyUserInput
impl Unpin for ModifyUserInput
impl UnwindSafe for ModifyUserInput
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