Struct aws_sdk_redshift::input::DescribeResizeInput
source · [−]Expand description
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_identifier: Option<String>
The unique identifier of a cluster whose resize progress you are requesting. This parameter is case-sensitive.
By default, resize operations for all clusters defined for an Amazon Web Services account are returned.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeResize, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeResize, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DescribeResize
>
Creates a new builder-style object to manufacture DescribeResizeInput
The unique identifier of a cluster whose resize progress you are requesting. This parameter is case-sensitive.
By default, resize operations for all clusters defined for an Amazon Web Services account are returned.
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 DescribeResizeInput
impl Send for DescribeResizeInput
impl Sync for DescribeResizeInput
impl Unpin for DescribeResizeInput
impl UnwindSafe for DescribeResizeInput
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