RecordColumn

public struct RecordColumn : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Reference to the data element in the streaming input or the reference data source. This element is required if the RecordFormatType is JSON.

    Declaration

    Swift

    public let mapping: String?
  • Name of the column created in the in-application input stream or reference table.

    Declaration

    Swift

    public let name: String
  • 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