Struct rusoto_redshift::OrderableClusterOption [] [src]

pub struct OrderableClusterOption {
    pub availability_zones: Option<Vec<AvailabilityZone>>,
    pub cluster_type: Option<String>,
    pub cluster_version: Option<String>,
    pub node_type: Option<String>,
}

Describes an orderable cluster option.

Fields

A list of availability zones for the orderable cluster.

The cluster type, for example multi-node.

The version of the orderable cluster.

The node type for the orderable cluster.

Trait Implementations

impl Default for OrderableClusterOption
[src]

[src]

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

impl Debug for OrderableClusterOption
[src]

[src]

Formats the value using the given formatter.

impl Clone for OrderableClusterOption
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more