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
sourceimpl 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
sourceimpl ClusterPendingUpdates
impl ClusterPendingUpdates
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ClusterPendingUpdates.
Trait Implementations
sourceimpl Clone for ClusterPendingUpdates
impl Clone for ClusterPendingUpdates
sourcefn clone(&self) -> ClusterPendingUpdates
fn clone(&self) -> ClusterPendingUpdates
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ClusterPendingUpdates
impl Debug for ClusterPendingUpdates
sourceimpl PartialEq<ClusterPendingUpdates> for ClusterPendingUpdates
impl PartialEq<ClusterPendingUpdates> for ClusterPendingUpdates
sourcefn eq(&self, other: &ClusterPendingUpdates) -> bool
fn eq(&self, other: &ClusterPendingUpdates) -> bool
impl StructuralPartialEq for ClusterPendingUpdates
Auto Trait Implementations
impl RefUnwindSafe for ClusterPendingUpdates
impl Send for ClusterPendingUpdates
impl Sync for ClusterPendingUpdates
impl Unpin for ClusterPendingUpdates
impl UnwindSafe for ClusterPendingUpdates
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more