#[non_exhaustive]pub struct DeleteContainerRecipeInput { /* private fields */ }
Implementations
sourceimpl DeleteContainerRecipeInput
impl DeleteContainerRecipeInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteContainerRecipe, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteContainerRecipe, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteContainerRecipe
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteContainerRecipeInput
.
sourceimpl DeleteContainerRecipeInput
impl DeleteContainerRecipeInput
sourcepub fn container_recipe_arn(&self) -> Option<&str>
pub fn container_recipe_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the container recipe to delete.
Trait Implementations
sourceimpl Clone for DeleteContainerRecipeInput
impl Clone for DeleteContainerRecipeInput
sourcefn clone(&self) -> DeleteContainerRecipeInput
fn clone(&self) -> DeleteContainerRecipeInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for DeleteContainerRecipeInput
impl Debug for DeleteContainerRecipeInput
sourceimpl PartialEq<DeleteContainerRecipeInput> for DeleteContainerRecipeInput
impl PartialEq<DeleteContainerRecipeInput> for DeleteContainerRecipeInput
sourcefn eq(&self, other: &DeleteContainerRecipeInput) -> bool
fn eq(&self, other: &DeleteContainerRecipeInput) -> bool
impl StructuralPartialEq for DeleteContainerRecipeInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteContainerRecipeInput
impl Send for DeleteContainerRecipeInput
impl Sync for DeleteContainerRecipeInput
impl Unpin for DeleteContainerRecipeInput
impl UnwindSafe for DeleteContainerRecipeInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more