#[non_exhaustive]pub struct DescribeNotebookExecutionOutput { /* private fields */ }Implementations§
source§impl DescribeNotebookExecutionOutput
impl DescribeNotebookExecutionOutput
sourcepub fn notebook_execution(&self) -> Option<&NotebookExecution>
pub fn notebook_execution(&self) -> Option<&NotebookExecution>
Properties of the notebook execution.
source§impl DescribeNotebookExecutionOutput
impl DescribeNotebookExecutionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeNotebookExecutionOutput.
Trait Implementations§
source§impl Clone for DescribeNotebookExecutionOutput
impl Clone for DescribeNotebookExecutionOutput
source§fn clone(&self) -> DescribeNotebookExecutionOutput
fn clone(&self) -> DescribeNotebookExecutionOutput
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