Struct aws_sdk_redshift::model::OrderableClusterOption
source · [−]#[non_exhaustive]pub struct OrderableClusterOption {
pub cluster_version: Option<String>,
pub cluster_type: Option<String>,
pub node_type: Option<String>,
pub availability_zones: Option<Vec<AvailabilityZone>>,
}
Expand description
Describes an orderable cluster option.
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 of the orderable cluster.
cluster_type: Option<String>
The cluster type, for example multi-node
.
node_type: Option<String>
The node type for the orderable cluster.
availability_zones: Option<Vec<AvailabilityZone>>
A list of availability zones for the orderable cluster.
Implementations
The version of the orderable cluster.
The cluster type, for example multi-node
.
A list of availability zones for the orderable cluster.
Creates a new builder-style object to manufacture OrderableClusterOption
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 OrderableClusterOption
impl Send for OrderableClusterOption
impl Sync for OrderableClusterOption
impl Unpin for OrderableClusterOption
impl UnwindSafe for OrderableClusterOption
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