pub struct BatchStopUpdateActionMessage {
pub cache_cluster_ids: Option<Vec<String>>,
pub replication_group_ids: Option<Vec<String>>,
pub service_update_name: String,
}
Fields§
§cache_cluster_ids: Option<Vec<String>>
The cache cluster IDs
replication_group_ids: Option<Vec<String>>
The replication group IDs
service_update_name: String
The unique ID of the service update
Trait Implementations§
Source§impl Clone for BatchStopUpdateActionMessage
impl Clone for BatchStopUpdateActionMessage
Source§fn clone(&self) -> BatchStopUpdateActionMessage
fn clone(&self) -> BatchStopUpdateActionMessage
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for BatchStopUpdateActionMessage
impl Debug for BatchStopUpdateActionMessage
Source§impl Default for BatchStopUpdateActionMessage
impl Default for BatchStopUpdateActionMessage
Source§fn default() -> BatchStopUpdateActionMessage
fn default() -> BatchStopUpdateActionMessage
Returns the “default value” for a type. Read more
Source§impl PartialEq for BatchStopUpdateActionMessage
impl PartialEq for BatchStopUpdateActionMessage
Source§fn eq(&self, other: &BatchStopUpdateActionMessage) -> bool
fn eq(&self, other: &BatchStopUpdateActionMessage) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for BatchStopUpdateActionMessage
Auto Trait Implementations§
impl Freeze for BatchStopUpdateActionMessage
impl RefUnwindSafe for BatchStopUpdateActionMessage
impl Send for BatchStopUpdateActionMessage
impl Sync for BatchStopUpdateActionMessage
impl Unpin for BatchStopUpdateActionMessage
impl UnwindSafe for BatchStopUpdateActionMessage
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more