pub struct CreateNotebookInstanceOutput {
pub notebook_instance_arn: Option<String>,
}
Fields§
§notebook_instance_arn: Option<String>
The Amazon Resource Name (ARN) of the notebook instance.
Trait Implementations§
Source§impl Clone for CreateNotebookInstanceOutput
impl Clone for CreateNotebookInstanceOutput
Source§fn clone(&self) -> CreateNotebookInstanceOutput
fn clone(&self) -> CreateNotebookInstanceOutput
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 CreateNotebookInstanceOutput
impl Debug for CreateNotebookInstanceOutput
Source§impl Default for CreateNotebookInstanceOutput
impl Default for CreateNotebookInstanceOutput
Source§fn default() -> CreateNotebookInstanceOutput
fn default() -> CreateNotebookInstanceOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateNotebookInstanceOutput
impl<'de> Deserialize<'de> for CreateNotebookInstanceOutput
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
Source§impl PartialEq for CreateNotebookInstanceOutput
impl PartialEq for CreateNotebookInstanceOutput
Source§fn eq(&self, other: &CreateNotebookInstanceOutput) -> bool
fn eq(&self, other: &CreateNotebookInstanceOutput) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for CreateNotebookInstanceOutput
Auto Trait Implementations§
impl Freeze for CreateNotebookInstanceOutput
impl RefUnwindSafe for CreateNotebookInstanceOutput
impl Send for CreateNotebookInstanceOutput
impl Sync for CreateNotebookInstanceOutput
impl Unpin for CreateNotebookInstanceOutput
impl UnwindSafe for CreateNotebookInstanceOutput
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