You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Glue::Types::TableVersion

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Specifies a version of a table.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#tableTypes::Table

The table in question.

Returns:

#version_idString

The ID value that identifies this table version. A VersionId is a string representation of an integer. Each version is incremented by 1.

Returns:

  • (String)

    The ID value that identifies this table version.