GetPlanRequest
public struct GetPlanRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The programming language of the code to perform the mapping.
Declaration
Swift
public let language: Language?
-
The parameters for the mapping.
Declaration
Swift
public let location: Location?
-
The list of mappings from a source table to target tables.
Declaration
Swift
public let mapping: [MappingEntry]
-
The target tables.
Declaration
Swift
public let sinks: [CatalogEntry]?
-
The source table.
Declaration
Swift
public let source: CatalogEntry
-
Undocumented
Declaration
Swift
public init(language: Language? = nil, location: Location? = nil, mapping: [MappingEntry], sinks: [CatalogEntry]? = nil, source: CatalogEntry)
-
Declaration
Swift
public func validate(name: String) throws