#[non_exhaustive]pub struct ListNotebookExecutionsOutput { /* private fields */ }Implementations§
source§impl ListNotebookExecutionsOutput
impl ListNotebookExecutionsOutput
sourcepub fn notebook_executions(&self) -> Option<&[NotebookExecutionSummary]>
pub fn notebook_executions(&self) -> Option<&[NotebookExecutionSummary]>
A list of notebook executions.
source§impl ListNotebookExecutionsOutput
impl ListNotebookExecutionsOutput
sourcepub fn builder() -> ListNotebookExecutionsOutputBuilder
pub fn builder() -> ListNotebookExecutionsOutputBuilder
Creates a new builder-style object to manufacture ListNotebookExecutionsOutput.
Trait Implementations§
source§impl Clone for ListNotebookExecutionsOutput
impl Clone for ListNotebookExecutionsOutput
source§fn clone(&self) -> ListNotebookExecutionsOutput
fn clone(&self) -> ListNotebookExecutionsOutput
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 ListNotebookExecutionsOutput
impl Debug for ListNotebookExecutionsOutput
source§impl PartialEq<ListNotebookExecutionsOutput> for ListNotebookExecutionsOutput
impl PartialEq<ListNotebookExecutionsOutput> for ListNotebookExecutionsOutput
source§fn eq(&self, other: &ListNotebookExecutionsOutput) -> bool
fn eq(&self, other: &ListNotebookExecutionsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for ListNotebookExecutionsOutput
impl RequestId for ListNotebookExecutionsOutput
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.