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