Struct aws_sdk_athena::output::ExportNotebookOutput
source · #[non_exhaustive]pub struct ExportNotebookOutput { /* private fields */ }
Implementations§
source§impl ExportNotebookOutput
impl ExportNotebookOutput
sourcepub fn notebook_metadata(&self) -> Option<&NotebookMetadata>
pub fn notebook_metadata(&self) -> Option<&NotebookMetadata>
The notebook metadata, including notebook ID, notebook name, and workgroup name.
source§impl ExportNotebookOutput
impl ExportNotebookOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ExportNotebookOutput
.
Trait Implementations§
source§impl Clone for ExportNotebookOutput
impl Clone for ExportNotebookOutput
source§fn clone(&self) -> ExportNotebookOutput
fn clone(&self) -> ExportNotebookOutput
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 ExportNotebookOutput
impl Debug for ExportNotebookOutput
source§impl PartialEq<ExportNotebookOutput> for ExportNotebookOutput
impl PartialEq<ExportNotebookOutput> for ExportNotebookOutput
source§fn eq(&self, other: &ExportNotebookOutput) -> bool
fn eq(&self, other: &ExportNotebookOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.