Struct aws_sdk_memorydb::model::acl::Builder   [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for Acl
Implementations
Indicates ACL status. Can be "creating", "active", "modifying", "deleting".
Indicates ACL status. Can be "creating", "active", "modifying", "deleting".
Appends an item to user_names.
To override the contents of this collection use set_user_names.
The list of user names that belong to the ACL.
The list of user names that belong to the ACL.
The minimum engine version supported for the ACL
The minimum engine version supported for the ACL
A list of updates being applied to the ACL.
A list of updates being applied to the ACL.
Appends an item to clusters.
To override the contents of this collection use set_clusters.
A list of clusters associated with the ACL.
A list of clusters associated with the ACL.
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
