Struct aws_sdk_athena::input::ListNotebookMetadataInput
source · #[non_exhaustive]pub struct ListNotebookMetadataInput { /* private fields */ }
Implementations§
source§impl ListNotebookMetadataInput
impl ListNotebookMetadataInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListNotebookMetadata, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<ListNotebookMetadata, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListNotebookMetadata
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListNotebookMetadataInput
.
source§impl ListNotebookMetadataInput
impl ListNotebookMetadataInput
sourcepub fn filters(&self) -> Option<&FilterDefinition>
pub fn filters(&self) -> Option<&FilterDefinition>
Search filter string.
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.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
Specifies the maximum number of results to return.
sourcepub fn work_group(&self) -> Option<&str>
pub fn work_group(&self) -> Option<&str>
The name of the Spark enabled workgroup to retrieve notebook metadata for.
Trait Implementations§
source§impl Clone for ListNotebookMetadataInput
impl Clone for ListNotebookMetadataInput
source§fn clone(&self) -> ListNotebookMetadataInput
fn clone(&self) -> ListNotebookMetadataInput
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 ListNotebookMetadataInput
impl Debug for ListNotebookMetadataInput
source§impl PartialEq<ListNotebookMetadataInput> for ListNotebookMetadataInput
impl PartialEq<ListNotebookMetadataInput> for ListNotebookMetadataInput
source§fn eq(&self, other: &ListNotebookMetadataInput) -> bool
fn eq(&self, other: &ListNotebookMetadataInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.