[][src]Struct rusoto_redshift::OrderableClusterOption

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

availability_zones: Option<Vec<AvailabilityZone>>

A list of availability zones for the orderable cluster.

cluster_type: Option<String>

The cluster type, for example multi-node.

cluster_version: Option<String>

The version of the orderable cluster.

node_type: Option<String>

The node type for the orderable cluster.

Trait Implementations

impl PartialEq<OrderableClusterOption> for OrderableClusterOption[src]

impl Default for OrderableClusterOption[src]

impl Clone for OrderableClusterOption[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for OrderableClusterOption[src]

Auto Trait Implementations

impl Send for OrderableClusterOption

impl Sync for OrderableClusterOption

Blanket Implementations

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Erased for T

impl<T> Same for T

type Output = T

Should always be Self