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