Struct aws_sdk_elasticache::model::CacheNodeUpdateStatus
source · [−]#[non_exhaustive]pub struct CacheNodeUpdateStatus { /* private fields */ }Expand description
The status of the service update on the cache node
Implementations
sourceimpl CacheNodeUpdateStatus
impl CacheNodeUpdateStatus
sourcepub fn cache_node_id(&self) -> Option<&str>
pub fn cache_node_id(&self) -> Option<&str>
The node ID of the cache cluster
sourcepub fn node_update_status(&self) -> Option<&NodeUpdateStatus>
pub fn node_update_status(&self) -> Option<&NodeUpdateStatus>
The update status of the node
sourcepub fn node_deletion_date(&self) -> Option<&DateTime>
pub fn node_deletion_date(&self) -> Option<&DateTime>
The deletion date of the node
sourcepub fn node_update_start_date(&self) -> Option<&DateTime>
pub fn node_update_start_date(&self) -> Option<&DateTime>
The start date of the update for a node
sourcepub fn node_update_end_date(&self) -> Option<&DateTime>
pub fn node_update_end_date(&self) -> Option<&DateTime>
The end date of the update for a node
sourcepub fn node_update_initiated_by(&self) -> Option<&NodeUpdateInitiatedBy>
pub fn node_update_initiated_by(&self) -> Option<&NodeUpdateInitiatedBy>
Reflects whether the update was initiated by the customer or automatically applied
sourcepub fn node_update_initiated_date(&self) -> Option<&DateTime>
pub fn node_update_initiated_date(&self) -> Option<&DateTime>
The date when the update is triggered
sourcepub fn node_update_status_modified_date(&self) -> Option<&DateTime>
pub fn node_update_status_modified_date(&self) -> Option<&DateTime>
The date when the NodeUpdateStatus was last modified>
sourceimpl CacheNodeUpdateStatus
impl CacheNodeUpdateStatus
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CacheNodeUpdateStatus.
Trait Implementations
sourceimpl Clone for CacheNodeUpdateStatus
impl Clone for CacheNodeUpdateStatus
sourcefn clone(&self) -> CacheNodeUpdateStatus
fn clone(&self) -> CacheNodeUpdateStatus
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 CacheNodeUpdateStatus
impl Debug for CacheNodeUpdateStatus
sourceimpl PartialEq<CacheNodeUpdateStatus> for CacheNodeUpdateStatus
impl PartialEq<CacheNodeUpdateStatus> for CacheNodeUpdateStatus
sourcefn eq(&self, other: &CacheNodeUpdateStatus) -> bool
fn eq(&self, other: &CacheNodeUpdateStatus) -> bool
impl StructuralPartialEq for CacheNodeUpdateStatus
Auto Trait Implementations
impl RefUnwindSafe for CacheNodeUpdateStatus
impl Send for CacheNodeUpdateStatus
impl Sync for CacheNodeUpdateStatus
impl Unpin for CacheNodeUpdateStatus
impl UnwindSafe for CacheNodeUpdateStatus
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