#[non_exhaustive]pub struct AwsRedshiftClusterResizeInfo { /* private fields */ }
Expand description
Information about the resize operation for the cluster.
Implementations§
source§impl AwsRedshiftClusterResizeInfo
impl AwsRedshiftClusterResizeInfo
sourcepub fn allow_cancel_resize(&self) -> bool
pub fn allow_cancel_resize(&self) -> bool
Indicates whether the resize operation can be canceled.
sourcepub fn resize_type(&self) -> Option<&str>
pub fn resize_type(&self) -> Option<&str>
The type of resize operation.
Valid values: ClassicResize
source§impl AwsRedshiftClusterResizeInfo
impl AwsRedshiftClusterResizeInfo
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsRedshiftClusterResizeInfo
.
Trait Implementations§
source§impl Clone for AwsRedshiftClusterResizeInfo
impl Clone for AwsRedshiftClusterResizeInfo
source§fn clone(&self) -> AwsRedshiftClusterResizeInfo
fn clone(&self) -> AwsRedshiftClusterResizeInfo
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 AwsRedshiftClusterResizeInfo
impl Debug for AwsRedshiftClusterResizeInfo
source§impl PartialEq<AwsRedshiftClusterResizeInfo> for AwsRedshiftClusterResizeInfo
impl PartialEq<AwsRedshiftClusterResizeInfo> for AwsRedshiftClusterResizeInfo
source§fn eq(&self, other: &AwsRedshiftClusterResizeInfo) -> bool
fn eq(&self, other: &AwsRedshiftClusterResizeInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.