pub struct DeleteNotebookInstanceLifecycleConfigInput {
pub notebook_instance_lifecycle_config_name: String,
}
Fields§
§notebook_instance_lifecycle_config_name: String
The name of the lifecycle configuration to delete.
Trait Implementations§
Source§impl Clone for DeleteNotebookInstanceLifecycleConfigInput
impl Clone for DeleteNotebookInstanceLifecycleConfigInput
Source§fn clone(&self) -> DeleteNotebookInstanceLifecycleConfigInput
fn clone(&self) -> DeleteNotebookInstanceLifecycleConfigInput
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 Default for DeleteNotebookInstanceLifecycleConfigInput
impl Default for DeleteNotebookInstanceLifecycleConfigInput
Source§fn default() -> DeleteNotebookInstanceLifecycleConfigInput
fn default() -> DeleteNotebookInstanceLifecycleConfigInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteNotebookInstanceLifecycleConfigInput
impl PartialEq for DeleteNotebookInstanceLifecycleConfigInput
Source§fn eq(&self, other: &DeleteNotebookInstanceLifecycleConfigInput) -> bool
fn eq(&self, other: &DeleteNotebookInstanceLifecycleConfigInput) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for DeleteNotebookInstanceLifecycleConfigInput
Auto Trait Implementations§
impl Freeze for DeleteNotebookInstanceLifecycleConfigInput
impl RefUnwindSafe for DeleteNotebookInstanceLifecycleConfigInput
impl Send for DeleteNotebookInstanceLifecycleConfigInput
impl Sync for DeleteNotebookInstanceLifecycleConfigInput
impl Unpin for DeleteNotebookInstanceLifecycleConfigInput
impl UnwindSafe for DeleteNotebookInstanceLifecycleConfigInput
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