class Aws::Glue::Types::BatchDeleteTableVersionRequest
@note When making an API call, you may pass BatchDeleteTableVersionRequest
data as a hash: { catalog_id: "CatalogIdString", database_name: "NameString", # required table_name: "NameString", # required version_ids: ["VersionString"], # required }
@!attribute [rw] catalog_id
The ID of the Data Catalog where the tables reside. If none is provided, the Amazon Web Services account ID is used by default. @return [String]
@!attribute [rw] database_name
The database in the catalog in which the table resides. For Hive compatibility, this name is entirely lowercase. @return [String]
@!attribute [rw] table_name
The name of the table. For Hive compatibility, this name is entirely lowercase. @return [String]
@!attribute [rw] version_ids
A list of the IDs of versions to be deleted. A `VersionId` is a string representation of an integer. Each version is incremented by 1. @return [Array<String>]
@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/BatchDeleteTableVersionRequest AWS API Documentation
Constants
- SENSITIVE