Struct aws_sdk_redshift::model::UpdateTarget
source · #[non_exhaustive]pub struct UpdateTarget { /* private fields */ }
Expand description
A maintenance track that you can switch the current track to.
Implementations§
source§impl UpdateTarget
impl UpdateTarget
sourcepub fn maintenance_track_name(&self) -> Option<&str>
pub fn maintenance_track_name(&self) -> Option<&str>
The name of the new maintenance track.
sourcepub fn database_version(&self) -> Option<&str>
pub fn database_version(&self) -> Option<&str>
The cluster version for the new maintenance track.
sourcepub fn supported_operations(&self) -> Option<&[SupportedOperation]>
pub fn supported_operations(&self) -> Option<&[SupportedOperation]>
A list of operations supported by the maintenance track.
source§impl UpdateTarget
impl UpdateTarget
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateTarget
.
Trait Implementations§
source§impl Clone for UpdateTarget
impl Clone for UpdateTarget
source§fn clone(&self) -> UpdateTarget
fn clone(&self) -> UpdateTarget
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 UpdateTarget
impl Debug for UpdateTarget
source§impl PartialEq<UpdateTarget> for UpdateTarget
impl PartialEq<UpdateTarget> for UpdateTarget
source§fn eq(&self, other: &UpdateTarget) -> bool
fn eq(&self, other: &UpdateTarget) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.