Struct aws_sdk_glue::output::GetTableVersionOutput
source · #[non_exhaustive]pub struct GetTableVersionOutput { /* private fields */ }Implementations§
source§impl GetTableVersionOutput
impl GetTableVersionOutput
sourcepub fn table_version(&self) -> Option<&TableVersion>
pub fn table_version(&self) -> Option<&TableVersion>
The requested table version.
source§impl GetTableVersionOutput
impl GetTableVersionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetTableVersionOutput.
Trait Implementations§
source§impl Clone for GetTableVersionOutput
impl Clone for GetTableVersionOutput
source§fn clone(&self) -> GetTableVersionOutput
fn clone(&self) -> GetTableVersionOutput
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 GetTableVersionOutput
impl Debug for GetTableVersionOutput
source§impl PartialEq<GetTableVersionOutput> for GetTableVersionOutput
impl PartialEq<GetTableVersionOutput> for GetTableVersionOutput
source§fn eq(&self, other: &GetTableVersionOutput) -> bool
fn eq(&self, other: &GetTableVersionOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.