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