LogicalTable
public struct LogicalTable : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A display name for the logical table.
Declaration
Swift
public let alias: String
-
Transform operations that act on this logical table.
Declaration
Swift
public let dataTransforms: [TransformOperation]?
-
Source of this logical table.
Declaration
Swift
public let source: LogicalTableSource
-
Undocumented
Declaration
Swift
public init(alias: String, dataTransforms: [TransformOperation]? = nil, source: LogicalTableSource)
-
Declaration
Swift
public func validate(name: String) throws