Struct aws_sdk_athena::input::ListQueryExecutionsInput
source · #[non_exhaustive]pub struct ListQueryExecutionsInput { /* private fields */ }
Implementations§
source§impl ListQueryExecutionsInput
impl ListQueryExecutionsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListQueryExecutions, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<ListQueryExecutions, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListQueryExecutions
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListQueryExecutionsInput
.
source§impl ListQueryExecutionsInput
impl ListQueryExecutionsInput
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 max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of query executions to return in this request.
sourcepub fn work_group(&self) -> Option<&str>
pub fn work_group(&self) -> Option<&str>
The name of the workgroup from which queries are being returned. If a workgroup is not specified, a list of available query execution IDs for the queries in the primary workgroup is returned.
Trait Implementations§
source§impl Clone for ListQueryExecutionsInput
impl Clone for ListQueryExecutionsInput
source§fn clone(&self) -> ListQueryExecutionsInput
fn clone(&self) -> ListQueryExecutionsInput
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 ListQueryExecutionsInput
impl Debug for ListQueryExecutionsInput
source§impl PartialEq<ListQueryExecutionsInput> for ListQueryExecutionsInput
impl PartialEq<ListQueryExecutionsInput> for ListQueryExecutionsInput
source§fn eq(&self, other: &ListQueryExecutionsInput) -> bool
fn eq(&self, other: &ListQueryExecutionsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.