[][src]Struct rusoto_elasticache::CacheNodeUpdateStatus

pub struct CacheNodeUpdateStatus {
    pub cache_node_id: Option<String>,
    pub node_deletion_date: Option<String>,
    pub node_update_end_date: Option<String>,
    pub node_update_initiated_by: Option<String>,
    pub node_update_initiated_date: Option<String>,
    pub node_update_start_date: Option<String>,
    pub node_update_status: Option<String>,
    pub node_update_status_modified_date: Option<String>,
}

The status of the service update on the cache node

Fields

cache_node_id: Option<String>

The node ID of the cache cluster

node_deletion_date: Option<String>

The deletion date of the node

node_update_end_date: Option<String>

The end date of the update for a node

node_update_initiated_by: Option<String>

Reflects whether the update was initiated by the customer or automatically applied

node_update_initiated_date: Option<String>

The date when the update is triggered

node_update_start_date: Option<String>

The start date of the update for a node

node_update_status: Option<String>

The update status of the node

node_update_status_modified_date: Option<String>

The date when the NodeUpdateStatus was last modified>

Trait Implementations

impl Clone for CacheNodeUpdateStatus[src]

impl Debug for CacheNodeUpdateStatus[src]

impl Default for CacheNodeUpdateStatus[src]

impl PartialEq<CacheNodeUpdateStatus> for CacheNodeUpdateStatus[src]

impl StructuralPartialEq for CacheNodeUpdateStatus[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.