#[non_exhaustive]pub struct ListCalculationExecutionsOutput { /* private fields */ }
Implementations§
source§impl ListCalculationExecutionsOutput
impl ListCalculationExecutionsOutput
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 calculations(&self) -> Option<&[CalculationSummary]>
pub fn calculations(&self) -> Option<&[CalculationSummary]>
A list of CalculationSummary
objects.
source§impl ListCalculationExecutionsOutput
impl ListCalculationExecutionsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListCalculationExecutionsOutput
.
Trait Implementations§
source§impl Clone for ListCalculationExecutionsOutput
impl Clone for ListCalculationExecutionsOutput
source§fn clone(&self) -> ListCalculationExecutionsOutput
fn clone(&self) -> ListCalculationExecutionsOutput
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 PartialEq<ListCalculationExecutionsOutput> for ListCalculationExecutionsOutput
impl PartialEq<ListCalculationExecutionsOutput> for ListCalculationExecutionsOutput
source§fn eq(&self, other: &ListCalculationExecutionsOutput) -> bool
fn eq(&self, other: &ListCalculationExecutionsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.