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