Struct aws_sdk_redshift::model::UpdateTarget [−][src]
#[non_exhaustive]pub struct UpdateTarget {
pub maintenance_track_name: Option<String>,
pub database_version: Option<String>,
pub supported_operations: Option<Vec<SupportedOperation>>,
}
Expand description
A maintenance track that you can switch the current track to.
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.maintenance_track_name: Option<String>
The name of the new maintenance track.
database_version: Option<String>
The cluster version for the new maintenance track.
supported_operations: Option<Vec<SupportedOperation>>
A list of operations supported by the maintenance track.
Implementations
The name of the new maintenance track.
The cluster version for the new maintenance track.
A list of operations supported by the maintenance track.
Creates a new builder-style object to manufacture UpdateTarget
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 UpdateTarget
impl Send for UpdateTarget
impl Sync for UpdateTarget
impl Unpin for UpdateTarget
impl UnwindSafe for UpdateTarget
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