Struct aws_sdk_elasticache::model::UpdateAction
source · [−]#[non_exhaustive]pub struct UpdateAction { /* private fields */ }Expand description
The status of the service update for a specific replication group
Implementations
sourceimpl UpdateAction
impl UpdateAction
sourcepub fn replication_group_id(&self) -> Option<&str>
pub fn replication_group_id(&self) -> Option<&str>
The ID of the replication group
sourcepub fn cache_cluster_id(&self) -> Option<&str>
pub fn cache_cluster_id(&self) -> Option<&str>
The ID of the cache cluster
sourcepub fn service_update_name(&self) -> Option<&str>
pub fn service_update_name(&self) -> Option<&str>
The unique ID of the service update
sourcepub fn service_update_release_date(&self) -> Option<&DateTime>
pub fn service_update_release_date(&self) -> Option<&DateTime>
The date the update is first available
sourcepub fn service_update_severity(&self) -> Option<&ServiceUpdateSeverity>
pub fn service_update_severity(&self) -> Option<&ServiceUpdateSeverity>
The severity of the service update
sourcepub fn service_update_status(&self) -> Option<&ServiceUpdateStatus>
pub fn service_update_status(&self) -> Option<&ServiceUpdateStatus>
The status of the service update
sourcepub fn service_update_recommended_apply_by_date(&self) -> Option<&DateTime>
pub fn service_update_recommended_apply_by_date(&self) -> Option<&DateTime>
The recommended date to apply the service update to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance.
sourcepub fn service_update_type(&self) -> Option<&ServiceUpdateType>
pub fn service_update_type(&self) -> Option<&ServiceUpdateType>
Reflects the nature of the service update
sourcepub fn update_action_available_date(&self) -> Option<&DateTime>
pub fn update_action_available_date(&self) -> Option<&DateTime>
The date that the service update is available to a replication group
sourcepub fn update_action_status(&self) -> Option<&UpdateActionStatus>
pub fn update_action_status(&self) -> Option<&UpdateActionStatus>
The status of the update action
sourcepub fn nodes_updated(&self) -> Option<&str>
pub fn nodes_updated(&self) -> Option<&str>
The progress of the service update on the replication group
sourcepub fn update_action_status_modified_date(&self) -> Option<&DateTime>
pub fn update_action_status_modified_date(&self) -> Option<&DateTime>
The date when the UpdateActionStatus was last modified
sourcepub fn sla_met(&self) -> Option<&SlaMet>
pub fn sla_met(&self) -> Option<&SlaMet>
If yes, all nodes in the replication group have been updated by the recommended apply-by date. If no, at least one node in the replication group have not been updated by the recommended apply-by date. If N/A, the replication group was created after the recommended apply-by date.
sourcepub fn node_group_update_status(&self) -> Option<&[NodeGroupUpdateStatus]>
pub fn node_group_update_status(&self) -> Option<&[NodeGroupUpdateStatus]>
The status of the service update on the node group
sourcepub fn cache_node_update_status(&self) -> Option<&[CacheNodeUpdateStatus]>
pub fn cache_node_update_status(&self) -> Option<&[CacheNodeUpdateStatus]>
The status of the service update on the cache node
sourcepub fn estimated_update_time(&self) -> Option<&str>
pub fn estimated_update_time(&self) -> Option<&str>
The estimated length of time for the update to complete
sourceimpl UpdateAction
impl UpdateAction
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateAction.
Trait Implementations
sourceimpl Clone for UpdateAction
impl Clone for UpdateAction
sourcefn clone(&self) -> UpdateAction
fn clone(&self) -> UpdateAction
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 more
sourceimpl Debug for UpdateAction
impl Debug for UpdateAction
sourceimpl PartialEq<UpdateAction> for UpdateAction
impl PartialEq<UpdateAction> for UpdateAction
sourcefn eq(&self, other: &UpdateAction) -> bool
fn eq(&self, other: &UpdateAction) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
impl StructuralPartialEq for UpdateAction
Auto Trait Implementations
impl RefUnwindSafe for UpdateAction
impl Send for UpdateAction
impl Sync for UpdateAction
impl Unpin for UpdateAction
impl UnwindSafe for UpdateAction
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more