Struct aws_sdk_memorydb::model::user::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for User
Implementations
Indicates the user status. Can be "active", "modifying" or "deleting".
Indicates the user status. Can be "active", "modifying" or "deleting".
Access permissions string used for this user.
Access permissions string used for this user.
Appends an item to acl_names
.
To override the contents of this collection use set_acl_names
.
The names of the Access Control Lists to which the user belongs
The names of the Access Control Lists to which the user belongs
The minimum engine version supported for the user
The minimum engine version supported for the user
Denotes whether the user requires a password to authenticate.
Denotes whether the user requires a password to authenticate.
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