Struct aws_sdk_glue::input::GetTableVersionsInput
source · [−]#[non_exhaustive]pub struct GetTableVersionsInput {
pub catalog_id: Option<String>,
pub database_name: Option<String>,
pub table_name: Option<String>,
pub next_token: Option<String>,
pub max_results: Option<i32>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.catalog_id: Option<String>The ID of the Data Catalog where the tables reside. If none is provided, the Amazon Web Services account ID is used by default.
database_name: Option<String>The database in the catalog in which the table resides. For Hive compatibility, this name is entirely lowercase.
table_name: Option<String>The name of the table. For Hive compatibility, this name is entirely lowercase.
next_token: Option<String>A continuation token, if this is not the first call.
max_results: Option<i32>The maximum number of table versions to return in one response.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetTableVersions, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetTableVersions, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<GetTableVersions>
Creates a new builder-style object to manufacture GetTableVersionsInput
The ID of the Data Catalog where the tables reside. If none is provided, the Amazon Web Services account ID is used by default.
The database in the catalog in which the table resides. For Hive compatibility, this name is entirely lowercase.
The name of the table. For Hive compatibility, this name is entirely lowercase.
A continuation token, if this is not the first call.
The maximum number of table versions to return in one response.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for GetTableVersionsInput
impl Send for GetTableVersionsInput
impl Sync for GetTableVersionsInput
impl Unpin for GetTableVersionsInput
impl UnwindSafe for GetTableVersionsInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more