JoinInstruction
public struct JoinInstruction : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Left operand.
Declaration
Swift
public let leftOperand: String -
On Clause.
Declaration
Swift
public let onClause: String -
Right operand.
Declaration
Swift
public let rightOperand: String -
Type.
Declaration
Swift
public let type: JoinType -
Undocumented
Declaration
Swift
public init(leftOperand: String, onClause: String, rightOperand: String, type: JoinType) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
JoinInstruction Structure Reference