#[non_exhaustive]pub struct BatchDeleteImageOutput { /* private fields */ }
Implementations§
source§impl BatchDeleteImageOutput
impl BatchDeleteImageOutput
sourcepub fn image_ids(&self) -> Option<&[ImageIdentifier]>
pub fn image_ids(&self) -> Option<&[ImageIdentifier]>
The image IDs of the deleted images.
sourcepub fn failures(&self) -> Option<&[ImageFailure]>
pub fn failures(&self) -> Option<&[ImageFailure]>
Any failures associated with the call.
source§impl BatchDeleteImageOutput
impl BatchDeleteImageOutput
sourcepub fn builder() -> BatchDeleteImageOutputBuilder
pub fn builder() -> BatchDeleteImageOutputBuilder
Creates a new builder-style object to manufacture BatchDeleteImageOutput
.
Trait Implementations§
source§impl Clone for BatchDeleteImageOutput
impl Clone for BatchDeleteImageOutput
source§fn clone(&self) -> BatchDeleteImageOutput
fn clone(&self) -> BatchDeleteImageOutput
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 BatchDeleteImageOutput
impl Debug for BatchDeleteImageOutput
source§impl PartialEq<BatchDeleteImageOutput> for BatchDeleteImageOutput
impl PartialEq<BatchDeleteImageOutput> for BatchDeleteImageOutput
source§fn eq(&self, other: &BatchDeleteImageOutput) -> bool
fn eq(&self, other: &BatchDeleteImageOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for BatchDeleteImageOutput
impl RequestId for BatchDeleteImageOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.