InputColumn
public struct InputColumn : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of this column in the underlying data source.
Declaration
Swift
public let name: String
-
The data type of the column.
Declaration
Swift
public let type: InputColumnDataType
-
Undocumented
Declaration
Swift
public init(name: String, type: InputColumnDataType)
-
Declaration
Swift
public func validate(name: String) throws