[][src]Struct rusoto_elasticache::NodeGroupMemberUpdateStatus

pub struct NodeGroupMemberUpdateStatus {
    pub cache_cluster_id: Option<String>,
    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 node group member

Fields

cache_cluster_id: Option<String>

The cache cluster ID

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 PartialEq<NodeGroupMemberUpdateStatus> for NodeGroupMemberUpdateStatus[src]

impl Default for NodeGroupMemberUpdateStatus[src]

impl Clone for NodeGroupMemberUpdateStatus[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for NodeGroupMemberUpdateStatus[src]

Auto Trait Implementations

impl Send for NodeGroupMemberUpdateStatus

impl Sync for NodeGroupMemberUpdateStatus

Blanket Implementations

impl<T> From for T[src]

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

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

type Owned = T

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

impl<T> Erased for T

impl<T> Same for T

type Output = T

Should always be Self