#[non_exhaustive]pub struct DeleteImageInput { /* private fields */ }
Implementations§
source§impl DeleteImageInput
impl DeleteImageInput
sourcepub fn image_build_version_arn(&self) -> Option<&str>
pub fn image_build_version_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the Image Builder image resource to delete.
source§impl DeleteImageInput
impl DeleteImageInput
sourcepub fn builder() -> DeleteImageInputBuilder
pub fn builder() -> DeleteImageInputBuilder
Creates a new builder-style object to manufacture DeleteImageInput
.
source§impl DeleteImageInput
impl DeleteImageInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteImage, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteImage, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteImage
>
Trait Implementations§
source§impl Clone for DeleteImageInput
impl Clone for DeleteImageInput
source§fn clone(&self) -> DeleteImageInput
fn clone(&self) -> DeleteImageInput
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 DeleteImageInput
impl Debug for DeleteImageInput
source§impl PartialEq<DeleteImageInput> for DeleteImageInput
impl PartialEq<DeleteImageInput> for DeleteImageInput
source§fn eq(&self, other: &DeleteImageInput) -> bool
fn eq(&self, other: &DeleteImageInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteImageInput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteImageInput
impl Send for DeleteImageInput
impl Sync for DeleteImageInput
impl Unpin for DeleteImageInput
impl UnwindSafe for DeleteImageInput
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