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