Struct aws_sdk_memorydb::input::UpdateUserInput [−][src]
#[non_exhaustive]pub struct UpdateUserInput {
pub user_name: Option<String>,
pub authentication_mode: Option<AuthenticationMode>,
pub access_string: Option<String>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.user_name: Option<String>The name of the user
authentication_mode: Option<AuthenticationMode>Denotes the user's authentication properties, such as whether it requires a password to authenticate.
access_string: Option<String>Access permissions string used for this user.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateUser, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateUser, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateUser>
Creates a new builder-style object to manufacture UpdateUserInput
Denotes the user's authentication properties, such as whether it requires a password to authenticate.
Access permissions string used for this user.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for UpdateUserInput
impl Send for UpdateUserInput
impl Sync for UpdateUserInput
impl Unpin for UpdateUserInput
impl UnwindSafe for UpdateUserInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
