Struct aws_sdk_redshift::model::ClusterVersion [−][src]
#[non_exhaustive]pub struct ClusterVersion {
pub cluster_version: Option<String>,
pub cluster_parameter_group_family: Option<String>,
pub description: Option<String>,
}
Expand description
Describes a cluster version, including the parameter group family and description of the version.
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.cluster_version: Option<String>
The version number used by the cluster.
cluster_parameter_group_family: Option<String>
The name of the cluster parameter group family for the cluster.
description: Option<String>
The description of the cluster version.
Implementations
The version number used by the cluster.
The name of the cluster parameter group family for the cluster.
The description of the cluster version.
Creates a new builder-style object to manufacture ClusterVersion
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 ClusterVersion
impl Send for ClusterVersion
impl Sync for ClusterVersion
impl Unpin for ClusterVersion
impl UnwindSafe for ClusterVersion
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