Struct aws_sdk_memorydb::model::ClusterPendingUpdates
source · #[non_exhaustive]pub struct ClusterPendingUpdates { /* private fields */ }
Expand description
A list of updates being applied to the cluster
Implementations§
source§impl ClusterPendingUpdates
impl ClusterPendingUpdates
sourcepub fn resharding(&self) -> Option<&ReshardingStatus>
pub fn resharding(&self) -> Option<&ReshardingStatus>
The status of an online resharding operation.
sourcepub fn ac_ls(&self) -> Option<&AcLsUpdateStatus>
pub fn ac_ls(&self) -> Option<&AcLsUpdateStatus>
A list of ACLs associated with the cluster that are being updated
sourcepub fn service_updates(&self) -> Option<&[PendingModifiedServiceUpdate]>
pub fn service_updates(&self) -> Option<&[PendingModifiedServiceUpdate]>
A list of service updates being applied to the cluster
source§impl ClusterPendingUpdates
impl ClusterPendingUpdates
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ClusterPendingUpdates
.
Trait Implementations§
source§impl Clone for ClusterPendingUpdates
impl Clone for ClusterPendingUpdates
source§fn clone(&self) -> ClusterPendingUpdates
fn clone(&self) -> ClusterPendingUpdates
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 ClusterPendingUpdates
impl Debug for ClusterPendingUpdates
source§impl PartialEq<ClusterPendingUpdates> for ClusterPendingUpdates
impl PartialEq<ClusterPendingUpdates> for ClusterPendingUpdates
source§fn eq(&self, other: &ClusterPendingUpdates) -> bool
fn eq(&self, other: &ClusterPendingUpdates) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.