pub struct BatchApplyUpdateActionMessage {
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 BatchApplyUpdateActionMessage
impl Clone for BatchApplyUpdateActionMessage
Source§fn clone(&self) -> BatchApplyUpdateActionMessage
fn clone(&self) -> BatchApplyUpdateActionMessage
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 Default for BatchApplyUpdateActionMessage
impl Default for BatchApplyUpdateActionMessage
Source§fn default() -> BatchApplyUpdateActionMessage
fn default() -> BatchApplyUpdateActionMessage
Returns the “default value” for a type. Read more
Source§impl PartialEq for BatchApplyUpdateActionMessage
impl PartialEq for BatchApplyUpdateActionMessage
Source§fn eq(&self, other: &BatchApplyUpdateActionMessage) -> bool
fn eq(&self, other: &BatchApplyUpdateActionMessage) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for BatchApplyUpdateActionMessage
Auto Trait Implementations§
impl Freeze for BatchApplyUpdateActionMessage
impl RefUnwindSafe for BatchApplyUpdateActionMessage
impl Send for BatchApplyUpdateActionMessage
impl Sync for BatchApplyUpdateActionMessage
impl Unpin for BatchApplyUpdateActionMessage
impl UnwindSafe for BatchApplyUpdateActionMessage
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