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, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ModifyUser, AwsErrorRetryPolicy>, 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 more
sourceimpl 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
This method tests for self and other values to be equal, and is used
by ==. Read more
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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more