Struct aws_sdk_redshift::model::RevisionTarget [−][src]
#[non_exhaustive]pub struct RevisionTarget {
pub database_revision: Option<String>,
pub description: Option<String>,
pub database_revision_release_date: Option<DateTime>,
}
Expand description
Describes a RevisionTarget
.
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.database_revision: Option<String>
A unique string that identifies the version to update the cluster to. You can use this value in ModifyClusterDbRevision.
description: Option<String>
A string that describes the changes and features that will be applied to the cluster when it is updated to the corresponding ClusterDbRevision.
database_revision_release_date: Option<DateTime>
The date on which the database revision was released.
Implementations
A unique string that identifies the version to update the cluster to. You can use this value in ModifyClusterDbRevision.
A string that describes the changes and features that will be applied to the cluster when it is updated to the corresponding ClusterDbRevision.
The date on which the database revision was released.
Creates a new builder-style object to manufacture RevisionTarget
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 RevisionTarget
impl Send for RevisionTarget
impl Sync for RevisionTarget
impl Unpin for RevisionTarget
impl UnwindSafe for RevisionTarget
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