#[non_exhaustive]pub struct CreateNotebookInstanceOutput { /* private fields */ }
Implementations§
source§impl CreateNotebookInstanceOutput
impl CreateNotebookInstanceOutput
sourcepub fn notebook_instance_arn(&self) -> Option<&str>
pub fn notebook_instance_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the notebook instance.
source§impl CreateNotebookInstanceOutput
impl CreateNotebookInstanceOutput
sourcepub fn builder() -> CreateNotebookInstanceOutputBuilder
pub fn builder() -> CreateNotebookInstanceOutputBuilder
Creates a new builder-style object to manufacture CreateNotebookInstanceOutput
.
Trait Implementations§
source§impl Clone for CreateNotebookInstanceOutput
impl Clone for CreateNotebookInstanceOutput
source§fn clone(&self) -> CreateNotebookInstanceOutput
fn clone(&self) -> CreateNotebookInstanceOutput
Returns a copy 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 PartialEq<CreateNotebookInstanceOutput> for CreateNotebookInstanceOutput
impl PartialEq<CreateNotebookInstanceOutput> for CreateNotebookInstanceOutput
source§fn eq(&self, other: &CreateNotebookInstanceOutput) -> bool
fn eq(&self, other: &CreateNotebookInstanceOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for CreateNotebookInstanceOutput
impl RequestId for CreateNotebookInstanceOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.