Struct aws_sdk_memorydb::model::AcLsUpdateStatus
source · #[non_exhaustive]pub struct AcLsUpdateStatus { /* private fields */ }
Expand description
The status of the ACL update
Implementations§
source§impl AcLsUpdateStatus
impl AcLsUpdateStatus
sourcepub fn acl_to_apply(&self) -> Option<&str>
pub fn acl_to_apply(&self) -> Option<&str>
A list of ACLs pending to be applied.
source§impl AcLsUpdateStatus
impl AcLsUpdateStatus
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AcLsUpdateStatus
.
Trait Implementations§
source§impl Clone for AcLsUpdateStatus
impl Clone for AcLsUpdateStatus
source§fn clone(&self) -> AcLsUpdateStatus
fn clone(&self) -> AcLsUpdateStatus
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 moresource§impl Debug for AcLsUpdateStatus
impl Debug for AcLsUpdateStatus
source§impl PartialEq<AcLsUpdateStatus> for AcLsUpdateStatus
impl PartialEq<AcLsUpdateStatus> for AcLsUpdateStatus
source§fn eq(&self, other: &AcLsUpdateStatus) -> bool
fn eq(&self, other: &AcLsUpdateStatus) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.