#[non_exhaustive]pub struct DeleteImageOutput { /* private fields */ }
Implementations§
source§impl DeleteImageOutput
impl DeleteImageOutput
sourcepub fn request_id(&self) -> Option<&str>
pub fn request_id(&self) -> Option<&str>
The request ID that uniquely identifies this request.
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 that was deleted.
source§impl DeleteImageOutput
impl DeleteImageOutput
sourcepub fn builder() -> DeleteImageOutputBuilder
pub fn builder() -> DeleteImageOutputBuilder
Creates a new builder-style object to manufacture DeleteImageOutput
.
Trait Implementations§
source§impl Clone for DeleteImageOutput
impl Clone for DeleteImageOutput
source§fn clone(&self) -> DeleteImageOutput
fn clone(&self) -> DeleteImageOutput
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 DeleteImageOutput
impl Debug for DeleteImageOutput
source§impl PartialEq<DeleteImageOutput> for DeleteImageOutput
impl PartialEq<DeleteImageOutput> for DeleteImageOutput
source§fn eq(&self, other: &DeleteImageOutput) -> bool
fn eq(&self, other: &DeleteImageOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DeleteImageOutput
impl RequestId for DeleteImageOutput
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.