TableMetadata
public struct TableMetadata : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of the columns in the table.
Declaration
Swift
public let columns: [Column]?
-
The time that the table was created.
Declaration
Swift
public let createTime: TimeStamp?
-
The last time the table was accessed.
Declaration
Swift
public let lastAccessTime: TimeStamp?
-
The name of the table.
Declaration
Swift
public let name: String
-
A set of custom key/value pairs for table properties.
Declaration
Swift
public let parameters: [String : String]?
-
A list of the partition keys in the table.
Declaration
Swift
public let partitionKeys: [Column]?
-
The type of table. In Athena, only EXTERNAL_TABLE is supported.
Declaration
Swift
public let tableType: String?