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§
source§impl 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
source§impl UpdateAction
impl UpdateAction
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateAction
.
Trait Implementations§
source§impl Clone for UpdateAction
impl Clone for UpdateAction
source§fn clone(&self) -> UpdateAction
fn clone(&self) -> UpdateAction
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for UpdateAction
impl Debug for UpdateAction
source§impl PartialEq<UpdateAction> for UpdateAction
impl PartialEq<UpdateAction> for UpdateAction
source§fn eq(&self, other: &UpdateAction) -> bool
fn eq(&self, other: &UpdateAction) -> bool
self
and other
values to be equal, and is used
by ==
.