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