Column
public struct Column : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A free-form text comment.
Declaration
Swift
public let comment: String?
-
The name of the Column.
Declaration
Swift
public let name: String
-
These key-value pairs define properties associated with the column.
Declaration
Swift
public let parameters: [String : String]?
-
The data type of the Column.
Declaration
Swift
public let type: String?
-
Undocumented
Declaration
Swift
public init(comment: String? = nil, name: String, parameters: [String : String]? = nil, type: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws