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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Specifies a version of a table.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tableTypes::Table

The table in question.

Returns:



21213
21214
21215
21216
21217
21218
# File 'lib/aws-sdk-glue/types.rb', line 21213

class TableVersion < Struct.new(
  :table,
  :version_id)
  SENSITIVE = []
  include Aws::Structure
end

#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)


21213
21214
21215
21216
21217
21218
# File 'lib/aws-sdk-glue/types.rb', line 21213

class TableVersion < Struct.new(
  :table,
  :version_id)
  SENSITIVE = []
  include Aws::Structure
end