Struct aws_sdk_athena::output::ListEngineVersionsOutput
source · #[non_exhaustive]pub struct ListEngineVersionsOutput { /* private fields */ }
Implementations§
source§impl ListEngineVersionsOutput
impl ListEngineVersionsOutput
sourcepub fn engine_versions(&self) -> Option<&[EngineVersion]>
pub fn engine_versions(&self) -> Option<&[EngineVersion]>
A list of engine versions that are available to choose from.
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.
source§impl ListEngineVersionsOutput
impl ListEngineVersionsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListEngineVersionsOutput
.
Trait Implementations§
source§impl Clone for ListEngineVersionsOutput
impl Clone for ListEngineVersionsOutput
source§fn clone(&self) -> ListEngineVersionsOutput
fn clone(&self) -> ListEngineVersionsOutput
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 ListEngineVersionsOutput
impl Debug for ListEngineVersionsOutput
source§impl PartialEq<ListEngineVersionsOutput> for ListEngineVersionsOutput
impl PartialEq<ListEngineVersionsOutput> for ListEngineVersionsOutput
source§fn eq(&self, other: &ListEngineVersionsOutput) -> bool
fn eq(&self, other: &ListEngineVersionsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.