#[non_exhaustive]pub struct ListNotebookInstanceLifecycleConfigsOutput { /* private fields */ }
Implementations§
source§impl ListNotebookInstanceLifecycleConfigsOutput
impl ListNotebookInstanceLifecycleConfigsOutput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If the response is truncated, SageMaker returns this token. To get the next set of lifecycle configurations, use it in the next request.
sourcepub fn notebook_instance_lifecycle_configs(
&self
) -> Option<&[NotebookInstanceLifecycleConfigSummary]>
pub fn notebook_instance_lifecycle_configs(
&self
) -> Option<&[NotebookInstanceLifecycleConfigSummary]>
An array of NotebookInstanceLifecycleConfiguration
objects, each listing a lifecycle configuration.
source§impl ListNotebookInstanceLifecycleConfigsOutput
impl ListNotebookInstanceLifecycleConfigsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListNotebookInstanceLifecycleConfigsOutput
.
Trait Implementations§
source§impl Clone for ListNotebookInstanceLifecycleConfigsOutput
impl Clone for ListNotebookInstanceLifecycleConfigsOutput
source§fn clone(&self) -> ListNotebookInstanceLifecycleConfigsOutput
fn clone(&self) -> ListNotebookInstanceLifecycleConfigsOutput
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 PartialEq<ListNotebookInstanceLifecycleConfigsOutput> for ListNotebookInstanceLifecycleConfigsOutput
impl PartialEq<ListNotebookInstanceLifecycleConfigsOutput> for ListNotebookInstanceLifecycleConfigsOutput
source§fn eq(&self, other: &ListNotebookInstanceLifecycleConfigsOutput) -> bool
fn eq(&self, other: &ListNotebookInstanceLifecycleConfigsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.