Struct rusoto_redshift::ClusterVersion [] [src]

pub struct ClusterVersion {
    pub cluster_parameter_group_family: Option<String>,
    pub cluster_version: Option<String>,
    pub description: Option<String>,
}

Describes a cluster version, including the parameter group family and description of the version.

Fields

The name of the cluster parameter group family for the cluster.

The version number used by the cluster.

The description of the cluster version.

Trait Implementations

impl Default for ClusterVersion
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for ClusterVersion
[src]

[src]

Formats the value using the given formatter.

impl Clone for ClusterVersion
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more