SchemaColumn

public struct SchemaColumn : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The type of data in the column.

    Declaration

    Swift

    public let dataType: String?
  • The name of the column.

    Declaration

    Swift

    public let name: String?
  • Undocumented

    Declaration

    Swift

    public init(dataType: String? = nil, name: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws