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