#[non_exhaustive]pub struct DeleteCapacityProviderInput { /* private fields */ }Implementations§
source§impl DeleteCapacityProviderInput
impl DeleteCapacityProviderInput
sourcepub fn capacity_provider(&self) -> Option<&str>
pub fn capacity_provider(&self) -> Option<&str>
The short name or full Amazon Resource Name (ARN) of the capacity provider to delete.
source§impl DeleteCapacityProviderInput
impl DeleteCapacityProviderInput
sourcepub fn builder() -> DeleteCapacityProviderInputBuilder
pub fn builder() -> DeleteCapacityProviderInputBuilder
Creates a new builder-style object to manufacture DeleteCapacityProviderInput.
source§impl DeleteCapacityProviderInput
impl DeleteCapacityProviderInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteCapacityProvider, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteCapacityProvider, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteCapacityProvider>
Trait Implementations§
source§impl Clone for DeleteCapacityProviderInput
impl Clone for DeleteCapacityProviderInput
source§fn clone(&self) -> DeleteCapacityProviderInput
fn clone(&self) -> DeleteCapacityProviderInput
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 DeleteCapacityProviderInput
impl Debug for DeleteCapacityProviderInput
source§impl PartialEq<DeleteCapacityProviderInput> for DeleteCapacityProviderInput
impl PartialEq<DeleteCapacityProviderInput> for DeleteCapacityProviderInput
source§fn eq(&self, other: &DeleteCapacityProviderInput) -> bool
fn eq(&self, other: &DeleteCapacityProviderInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.