TableMember
public struct TableMember : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the table.
Declaration
Swift
public let name: String?
-
The schema containing the table.
Declaration
Swift
public let schema: String?
-
The type of the table. Possible values include TABLE, VIEW, SYSTEM TABLE, GLOBAL TEMPORARY, LOCAL TEMPORARY, ALIAS, and SYNONYM.
Declaration
Swift
public let type: String?
-
Undocumented
Declaration
Swift
public init(name: String? = nil, schema: String? = nil, type: String? = nil)