#[non_exhaustive]pub struct ListNotebookInstancesOutput { /* private fields */ }Implementations
sourceimpl 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.
sourceimpl ListNotebookInstancesOutput
impl ListNotebookInstancesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListNotebookInstancesOutput.
Trait Implementations
sourceimpl Clone for ListNotebookInstancesOutput
impl Clone for ListNotebookInstancesOutput
sourcefn clone(&self) -> ListNotebookInstancesOutput
fn clone(&self) -> ListNotebookInstancesOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ListNotebookInstancesOutput
impl Debug for ListNotebookInstancesOutput
sourceimpl PartialEq<ListNotebookInstancesOutput> for ListNotebookInstancesOutput
impl PartialEq<ListNotebookInstancesOutput> for ListNotebookInstancesOutput
sourcefn eq(&self, other: &ListNotebookInstancesOutput) -> bool
fn eq(&self, other: &ListNotebookInstancesOutput) -> bool
impl StructuralPartialEq for ListNotebookInstancesOutput
Auto Trait Implementations
impl RefUnwindSafe for ListNotebookInstancesOutput
impl Send for ListNotebookInstancesOutput
impl Sync for ListNotebookInstancesOutput
impl Unpin for ListNotebookInstancesOutput
impl UnwindSafe for ListNotebookInstancesOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more