Struct aws_sdk_glue::input::GetTableVersionsInput
source · #[non_exhaustive]pub struct GetTableVersionsInput { /* private fields */ }Implementations§
source§impl GetTableVersionsInput
impl GetTableVersionsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetTableVersions, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetTableVersions, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetTableVersions>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetTableVersionsInput.
source§impl GetTableVersionsInput
impl GetTableVersionsInput
sourcepub fn catalog_id(&self) -> Option<&str>
pub fn catalog_id(&self) -> Option<&str>
The ID of the Data Catalog where the tables reside. If none is provided, the Amazon Web Services account ID is used by default.
sourcepub fn database_name(&self) -> Option<&str>
pub fn database_name(&self) -> Option<&str>
The database in the catalog in which the table resides. For Hive compatibility, this name is entirely lowercase.
sourcepub fn table_name(&self) -> Option<&str>
pub fn table_name(&self) -> Option<&str>
The name of the table. For Hive compatibility, this name is entirely lowercase.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A continuation token, if this is not the first call.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of table versions to return in one response.
Trait Implementations§
source§impl Clone for GetTableVersionsInput
impl Clone for GetTableVersionsInput
source§fn clone(&self) -> GetTableVersionsInput
fn clone(&self) -> GetTableVersionsInput
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 GetTableVersionsInput
impl Debug for GetTableVersionsInput
source§impl PartialEq<GetTableVersionsInput> for GetTableVersionsInput
impl PartialEq<GetTableVersionsInput> for GetTableVersionsInput
source§fn eq(&self, other: &GetTableVersionsInput) -> bool
fn eq(&self, other: &GetTableVersionsInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.