Struct aws_sdk_memorydb::model::AclPendingChanges
source · #[non_exhaustive]pub struct AclPendingChanges { /* private fields */ }
Expand description
Returns the updates being applied to the ACL.
Implementations§
source§impl AclPendingChanges
impl AclPendingChanges
sourcepub fn user_names_to_remove(&self) -> Option<&[String]>
pub fn user_names_to_remove(&self) -> Option<&[String]>
A list of user names being removed from the ACL
sourcepub fn user_names_to_add(&self) -> Option<&[String]>
pub fn user_names_to_add(&self) -> Option<&[String]>
A list of users being added to the ACL
source§impl AclPendingChanges
impl AclPendingChanges
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AclPendingChanges
.
Trait Implementations§
source§impl Clone for AclPendingChanges
impl Clone for AclPendingChanges
source§fn clone(&self) -> AclPendingChanges
fn clone(&self) -> AclPendingChanges
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more