Struct aws_sdk_elasticache::output::modify_user_output::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for ModifyUserOutput
Implementations
The ID of the user.
The username of the user.
Indicates the user status. Can be "active", "modifying" or "deleting".
Indicates the user status. Can be "active", "modifying" or "deleting".
The current supported value is Redis.
The minimum engine version required, which is Redis 6.0
The minimum engine version required, which is Redis 6.0
Access permissions string used for this user.
Access permissions string used for this user.
Appends an item to user_group_ids
.
To override the contents of this collection use set_user_group_ids
.
Returns a list of the user group IDs the user belongs to.
Returns a list of the user group IDs the user belongs to.
Denotes whether the user requires a password to authenticate.
Denotes whether the user requires a password to authenticate.
The Amazon Resource Name (ARN) of the user.
Consumes the builder and constructs a ModifyUserOutput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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