Struct aws_sdk_sagemaker::output::DeleteContextOutput
source · [−]#[non_exhaustive]pub struct DeleteContextOutput { /* private fields */ }Implementations
sourceimpl DeleteContextOutput
impl DeleteContextOutput
sourcepub fn context_arn(&self) -> Option<&str>
pub fn context_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the context.
sourceimpl DeleteContextOutput
impl DeleteContextOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteContextOutput.
Trait Implementations
sourceimpl Clone for DeleteContextOutput
impl Clone for DeleteContextOutput
sourcefn clone(&self) -> DeleteContextOutput
fn clone(&self) -> DeleteContextOutput
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 DeleteContextOutput
impl Debug for DeleteContextOutput
sourceimpl PartialEq<DeleteContextOutput> for DeleteContextOutput
impl PartialEq<DeleteContextOutput> for DeleteContextOutput
sourcefn eq(&self, other: &DeleteContextOutput) -> bool
fn eq(&self, other: &DeleteContextOutput) -> bool
impl StructuralPartialEq for DeleteContextOutput
Auto Trait Implementations
impl RefUnwindSafe for DeleteContextOutput
impl Send for DeleteContextOutput
impl Sync for DeleteContextOutput
impl Unpin for DeleteContextOutput
impl UnwindSafe for DeleteContextOutput
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