Struct aws_sdk_athena::output::ListExecutorsOutput
source · #[non_exhaustive]pub struct ListExecutorsOutput { /* private fields */ }
Implementations§
source§impl ListExecutorsOutput
impl ListExecutorsOutput
sourcepub fn session_id(&self) -> Option<&str>
pub fn session_id(&self) -> Option<&str>
The session ID.
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 executors_summary(&self) -> Option<&[ExecutorsSummary]>
pub fn executors_summary(&self) -> Option<&[ExecutorsSummary]>
Contains summary information about the executor.
source§impl ListExecutorsOutput
impl ListExecutorsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListExecutorsOutput
.
Trait Implementations§
source§impl Clone for ListExecutorsOutput
impl Clone for ListExecutorsOutput
source§fn clone(&self) -> ListExecutorsOutput
fn clone(&self) -> ListExecutorsOutput
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 ListExecutorsOutput
impl Debug for ListExecutorsOutput
source§impl PartialEq<ListExecutorsOutput> for ListExecutorsOutput
impl PartialEq<ListExecutorsOutput> for ListExecutorsOutput
source§fn eq(&self, other: &ListExecutorsOutput) -> bool
fn eq(&self, other: &ListExecutorsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.