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