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