Struct aws_sdk_athena::output::ListNotebookMetadataOutput
source · #[non_exhaustive]pub struct ListNotebookMetadataOutput { /* private fields */ }
Implementations§
source§impl ListNotebookMetadataOutput
impl ListNotebookMetadataOutput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token generated by the Athena service that specifies where to continue pagination if a previous request was truncated. To obtain the next set of pages, pass in the NextToken
from the response object of the previous page call.
sourcepub fn notebook_metadata_list(&self) -> Option<&[NotebookMetadata]>
pub fn notebook_metadata_list(&self) -> Option<&[NotebookMetadata]>
The list of notebook metadata for the specified workgroup.
source§impl ListNotebookMetadataOutput
impl ListNotebookMetadataOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListNotebookMetadataOutput
.
Trait Implementations§
source§impl Clone for ListNotebookMetadataOutput
impl Clone for ListNotebookMetadataOutput
source§fn clone(&self) -> ListNotebookMetadataOutput
fn clone(&self) -> ListNotebookMetadataOutput
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 ListNotebookMetadataOutput
impl Debug for ListNotebookMetadataOutput
source§impl PartialEq<ListNotebookMetadataOutput> for ListNotebookMetadataOutput
impl PartialEq<ListNotebookMetadataOutput> for ListNotebookMetadataOutput
source§fn eq(&self, other: &ListNotebookMetadataOutput) -> bool
fn eq(&self, other: &ListNotebookMetadataOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.