RecordColumn
public struct RecordColumn : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A reference to the data element in the streaming input or the reference data source.
Declaration
Swift
public let mapping: String?
-
The name of the column that is created in the in-application input stream or reference table.
Declaration
Swift
public let name: String
-
The type of column created in the in-application input stream or reference table.
Declaration
Swift
public let sqlType: String
-
Undocumented
Declaration
Swift
public init(mapping: String? = nil, name: String, sqlType: String)
-
Declaration
Swift
public func validate(name: String) throws