Struct aws_sdk_redshift::model::revision_target::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for RevisionTarget
Implementations
A unique string that identifies the version to update the cluster to. You can use this value in ModifyClusterDbRevision.
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.
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.
The date on which the database revision was released.
Consumes the builder and constructs a RevisionTarget
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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