Struct aws_sdk_glue::output::GetTableVersionsOutput
source · #[non_exhaustive]pub struct GetTableVersionsOutput { /* private fields */ }Implementations§
source§impl GetTableVersionsOutput
impl GetTableVersionsOutput
sourcepub fn table_versions(&self) -> Option<&[TableVersion]>
pub fn table_versions(&self) -> Option<&[TableVersion]>
A list of strings identifying available versions of the specified table.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A continuation token, if the list of available versions does not include the last one.
source§impl GetTableVersionsOutput
impl GetTableVersionsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetTableVersionsOutput.
Trait Implementations§
source§impl Clone for GetTableVersionsOutput
impl Clone for GetTableVersionsOutput
source§fn clone(&self) -> GetTableVersionsOutput
fn clone(&self) -> GetTableVersionsOutput
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 GetTableVersionsOutput
impl Debug for GetTableVersionsOutput
source§impl PartialEq<GetTableVersionsOutput> for GetTableVersionsOutput
impl PartialEq<GetTableVersionsOutput> for GetTableVersionsOutput
source§fn eq(&self, other: &GetTableVersionsOutput) -> bool
fn eq(&self, other: &GetTableVersionsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.