Struct aws_sdk_elasticache::output::create_user_output::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for CreateUserOutput
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.
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.
Consumes the builder and constructs a CreateUserOutput
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