#[non_exhaustive]pub struct CreateImageVersionOutput { /* private fields */ }
Implementations§
source§impl CreateImageVersionOutput
impl CreateImageVersionOutput
sourcepub fn image_version_arn(&self) -> Option<&str>
pub fn image_version_arn(&self) -> Option<&str>
The ARN of the image version.
source§impl CreateImageVersionOutput
impl CreateImageVersionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateImageVersionOutput
.
Trait Implementations§
source§impl Clone for CreateImageVersionOutput
impl Clone for CreateImageVersionOutput
source§fn clone(&self) -> CreateImageVersionOutput
fn clone(&self) -> CreateImageVersionOutput
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 CreateImageVersionOutput
impl Debug for CreateImageVersionOutput
source§impl PartialEq<CreateImageVersionOutput> for CreateImageVersionOutput
impl PartialEq<CreateImageVersionOutput> for CreateImageVersionOutput
source§fn eq(&self, other: &CreateImageVersionOutput) -> bool
fn eq(&self, other: &CreateImageVersionOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.