Struct aws_sdk_redshift::model::ClusterVersion
source · #[non_exhaustive]pub struct ClusterVersion { /* private fields */ }
Expand description
Describes a cluster version, including the parameter group family and description of the version.
Implementations§
source§impl ClusterVersion
impl ClusterVersion
sourcepub fn cluster_version(&self) -> Option<&str>
pub fn cluster_version(&self) -> Option<&str>
The version number used by the cluster.
sourcepub fn cluster_parameter_group_family(&self) -> Option<&str>
pub fn cluster_parameter_group_family(&self) -> Option<&str>
The name of the cluster parameter group family for the cluster.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the cluster version.
source§impl ClusterVersion
impl ClusterVersion
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ClusterVersion
.
Trait Implementations§
source§impl Clone for ClusterVersion
impl Clone for ClusterVersion
source§fn clone(&self) -> ClusterVersion
fn clone(&self) -> ClusterVersion
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 ClusterVersion
impl Debug for ClusterVersion
source§impl PartialEq<ClusterVersion> for ClusterVersion
impl PartialEq<ClusterVersion> for ClusterVersion
source§fn eq(&self, other: &ClusterVersion) -> bool
fn eq(&self, other: &ClusterVersion) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.