pub struct DeleteNotebookInstanceInput {
pub notebook_instance_name: String,
}
Fields§
§notebook_instance_name: String
The name of the Amazon SageMaker notebook instance to delete.
Trait Implementations§
Source§impl Clone for DeleteNotebookInstanceInput
impl Clone for DeleteNotebookInstanceInput
Source§fn clone(&self) -> DeleteNotebookInstanceInput
fn clone(&self) -> DeleteNotebookInstanceInput
Returns a duplicate 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 DeleteNotebookInstanceInput
impl Debug for DeleteNotebookInstanceInput
Source§impl Default for DeleteNotebookInstanceInput
impl Default for DeleteNotebookInstanceInput
Source§fn default() -> DeleteNotebookInstanceInput
fn default() -> DeleteNotebookInstanceInput
Returns the “default value” for a type. Read more
impl StructuralPartialEq for DeleteNotebookInstanceInput
Auto Trait Implementations§
impl Freeze for DeleteNotebookInstanceInput
impl RefUnwindSafe for DeleteNotebookInstanceInput
impl Send for DeleteNotebookInstanceInput
impl Sync for DeleteNotebookInstanceInput
impl Unpin for DeleteNotebookInstanceInput
impl UnwindSafe for DeleteNotebookInstanceInput
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