#[non_exhaustive]pub struct ListNotebookInstancesOutput { /* private fields */ }
Implementations§
source§impl ListNotebookInstancesOutput
impl ListNotebookInstancesOutput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If the response to the previous ListNotebookInstances
request was truncated, SageMaker returns this token. To retrieve the next set of notebook instances, use the token in the next request.
sourcepub fn notebook_instances(&self) -> Option<&[NotebookInstanceSummary]>
pub fn notebook_instances(&self) -> Option<&[NotebookInstanceSummary]>
An array of NotebookInstanceSummary
objects, one for each notebook instance.
source§impl ListNotebookInstancesOutput
impl ListNotebookInstancesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListNotebookInstancesOutput
.
Trait Implementations§
source§impl Clone for ListNotebookInstancesOutput
impl Clone for ListNotebookInstancesOutput
source§fn clone(&self) -> ListNotebookInstancesOutput
fn clone(&self) -> ListNotebookInstancesOutput
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 ListNotebookInstancesOutput
impl Debug for ListNotebookInstancesOutput
source§impl PartialEq<ListNotebookInstancesOutput> for ListNotebookInstancesOutput
impl PartialEq<ListNotebookInstancesOutput> for ListNotebookInstancesOutput
source§fn eq(&self, other: &ListNotebookInstancesOutput) -> bool
fn eq(&self, other: &ListNotebookInstancesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.