Struct aws_sdk_sagemaker::output::DeleteExperimentOutput
source · [−]#[non_exhaustive]pub struct DeleteExperimentOutput { /* private fields */ }Implementations
sourceimpl DeleteExperimentOutput
impl DeleteExperimentOutput
sourcepub fn experiment_arn(&self) -> Option<&str>
pub fn experiment_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the experiment that is being deleted.
sourceimpl DeleteExperimentOutput
impl DeleteExperimentOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteExperimentOutput.
Trait Implementations
sourceimpl Clone for DeleteExperimentOutput
impl Clone for DeleteExperimentOutput
sourcefn clone(&self) -> DeleteExperimentOutput
fn clone(&self) -> DeleteExperimentOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DeleteExperimentOutput
impl Debug for DeleteExperimentOutput
sourceimpl PartialEq<DeleteExperimentOutput> for DeleteExperimentOutput
impl PartialEq<DeleteExperimentOutput> for DeleteExperimentOutput
sourcefn eq(&self, other: &DeleteExperimentOutput) -> bool
fn eq(&self, other: &DeleteExperimentOutput) -> bool
impl StructuralPartialEq for DeleteExperimentOutput
Auto Trait Implementations
impl RefUnwindSafe for DeleteExperimentOutput
impl Send for DeleteExperimentOutput
impl Sync for DeleteExperimentOutput
impl Unpin for DeleteExperimentOutput
impl UnwindSafe for DeleteExperimentOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more