pub struct StopNotebookInstanceInput {
pub notebook_instance_name: String,
}Expand description
AWS API: sagemaker.v1.StopNotebookInstanceInput
Fields§
§notebook_instance_name: StringThe name of the notebook instance to terminate.
Trait Implementations§
Source§impl Clone for StopNotebookInstanceInput
impl Clone for StopNotebookInstanceInput
Source§fn clone(&self) -> StopNotebookInstanceInput
fn clone(&self) -> StopNotebookInstanceInput
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 StopNotebookInstanceInput
impl Debug for StopNotebookInstanceInput
Source§impl Default for StopNotebookInstanceInput
impl Default for StopNotebookInstanceInput
Source§fn default() -> StopNotebookInstanceInput
fn default() -> StopNotebookInstanceInput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StopNotebookInstanceInput
impl<'de> Deserialize<'de> for StopNotebookInstanceInput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for StopNotebookInstanceInput
impl RefUnwindSafe for StopNotebookInstanceInput
impl Send for StopNotebookInstanceInput
impl Sync for StopNotebookInstanceInput
impl Unpin for StopNotebookInstanceInput
impl UnsafeUnpin for StopNotebookInstanceInput
impl UnwindSafe for StopNotebookInstanceInput
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