ColumnSchema
public struct ColumnSchema : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The data type of the column schema.
Declaration
Swift
public let dataType: String? -
The geographic role of the column schema.
Declaration
Swift
public let geographicRole: String? -
The name of the column schema.
Declaration
Swift
public let name: String? -
Undocumented
Declaration
Swift
public init(dataType: String? = nil, geographicRole: String? = nil, name: String? = nil)
View on GitHub
ColumnSchema Structure Reference