Struct aws_sdk_memorydb::model::ServiceUpdate [−][src]
#[non_exhaustive]pub struct ServiceUpdate {
pub cluster_name: Option<String>,
pub service_update_name: Option<String>,
pub release_date: Option<DateTime>,
pub description: Option<String>,
pub status: Option<ServiceUpdateStatus>,
pub type: Option<ServiceUpdateType>,
pub nodes_updated: Option<String>,
pub auto_update_start_date: Option<DateTime>,
}Expand description
An update that you can apply to your MemoryDB clusters.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.cluster_name: Option<String>The name of the cluster to which the service update applies
service_update_name: Option<String>The unique ID of the service update
release_date: Option<DateTime>The date when the service update is initially available
description: Option<String>Provides details of the service update
status: Option<ServiceUpdateStatus>The status of the service update
type: Option<ServiceUpdateType>Reflects the nature of the service update
nodes_updated: Option<String>A list of nodes updated by the service update
auto_update_start_date: Option<DateTime>The date at which the service update will be automatically applied
Implementations
The name of the cluster to which the service update applies
The unique ID of the service update
The date when the service update is initially available
Provides details of the service update
The status of the service update
Reflects the nature of the service update
A list of nodes updated by the service update
The date at which the service update will be automatically applied
Creates a new builder-style object to manufacture ServiceUpdate
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ServiceUpdate
impl Send for ServiceUpdate
impl Sync for ServiceUpdate
impl Unpin for ServiceUpdate
impl UnwindSafe for ServiceUpdate
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more