Struct aws_sdk_sagemaker::types::LastUpdateStatus
source · #[non_exhaustive]pub struct LastUpdateStatus { /* private fields */ }
Expand description
A value that indicates whether the update was successful.
Implementations§
source§impl LastUpdateStatus
impl LastUpdateStatus
sourcepub fn status(&self) -> Option<&LastUpdateStatusValue>
pub fn status(&self) -> Option<&LastUpdateStatusValue>
A value that indicates whether the update was made successful.
sourcepub fn failure_reason(&self) -> Option<&str>
pub fn failure_reason(&self) -> Option<&str>
If the update wasn't successful, indicates the reason why it failed.
source§impl LastUpdateStatus
impl LastUpdateStatus
sourcepub fn builder() -> LastUpdateStatusBuilder
pub fn builder() -> LastUpdateStatusBuilder
Creates a new builder-style object to manufacture LastUpdateStatus
.
Trait Implementations§
source§impl Clone for LastUpdateStatus
impl Clone for LastUpdateStatus
source§fn clone(&self) -> LastUpdateStatus
fn clone(&self) -> LastUpdateStatus
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 LastUpdateStatus
impl Debug for LastUpdateStatus
source§impl PartialEq<LastUpdateStatus> for LastUpdateStatus
impl PartialEq<LastUpdateStatus> for LastUpdateStatus
source§fn eq(&self, other: &LastUpdateStatus) -> bool
fn eq(&self, other: &LastUpdateStatus) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for LastUpdateStatus
Auto Trait Implementations§
impl RefUnwindSafe for LastUpdateStatus
impl Send for LastUpdateStatus
impl Sync for LastUpdateStatus
impl Unpin for LastUpdateStatus
impl UnwindSafe for LastUpdateStatus
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more