Struct aws_sdk_emr::output::ListNotebookExecutionsOutput
source · #[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() -> Builder
pub fn builder() -> Builder
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 more