#[non_exhaustive]pub struct CancelResizeInput { /* private fields */ }
Implementations§
source§impl CancelResizeInput
impl CancelResizeInput
sourcepub fn cluster_identifier(&self) -> Option<&str>
pub fn cluster_identifier(&self) -> Option<&str>
The unique identifier for the cluster that you want to cancel a resize operation for.
source§impl CancelResizeInput
impl CancelResizeInput
sourcepub fn builder() -> CancelResizeInputBuilder
pub fn builder() -> CancelResizeInputBuilder
Creates a new builder-style object to manufacture CancelResizeInput
.
source§impl CancelResizeInput
impl CancelResizeInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CancelResize, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<CancelResize, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CancelResize
>
Trait Implementations§
source§impl Clone for CancelResizeInput
impl Clone for CancelResizeInput
source§fn clone(&self) -> CancelResizeInput
fn clone(&self) -> CancelResizeInput
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 CancelResizeInput
impl Debug for CancelResizeInput
source§impl PartialEq<CancelResizeInput> for CancelResizeInput
impl PartialEq<CancelResizeInput> for CancelResizeInput
source§fn eq(&self, other: &CancelResizeInput) -> bool
fn eq(&self, other: &CancelResizeInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CancelResizeInput
Auto Trait Implementations§
impl RefUnwindSafe for CancelResizeInput
impl Send for CancelResizeInput
impl Sync for CancelResizeInput
impl Unpin for CancelResizeInput
impl UnwindSafe for CancelResizeInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more