#[non_exhaustive]pub struct BatchDeleteRecipeVersionInput { /* private fields */ }
Implementations§
source§impl BatchDeleteRecipeVersionInput
impl BatchDeleteRecipeVersionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchDeleteRecipeVersion, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchDeleteRecipeVersion, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<BatchDeleteRecipeVersion
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchDeleteRecipeVersionInput
.
source§impl BatchDeleteRecipeVersionInput
impl BatchDeleteRecipeVersionInput
sourcepub fn recipe_versions(&self) -> Option<&[String]>
pub fn recipe_versions(&self) -> Option<&[String]>
An array of version identifiers, for the recipe versions to be deleted. You can specify numeric versions (X.Y
) or LATEST_WORKING
. LATEST_PUBLISHED
is not supported.
Trait Implementations§
source§impl Clone for BatchDeleteRecipeVersionInput
impl Clone for BatchDeleteRecipeVersionInput
source§fn clone(&self) -> BatchDeleteRecipeVersionInput
fn clone(&self) -> BatchDeleteRecipeVersionInput
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 PartialEq<BatchDeleteRecipeVersionInput> for BatchDeleteRecipeVersionInput
impl PartialEq<BatchDeleteRecipeVersionInput> for BatchDeleteRecipeVersionInput
source§fn eq(&self, other: &BatchDeleteRecipeVersionInput) -> bool
fn eq(&self, other: &BatchDeleteRecipeVersionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.