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