Column
public struct Column : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Optional information about the column.
Declaration
Swift
public let comment: String?
-
The name of the column.
Declaration
Swift
public let name: String
-
The data type of the column.
Declaration
Swift
public let type: String?
-
Undocumented
Declaration
Swift
public init(comment: String? = nil, name: String, type: String? = nil)