GetMappingRequest
public struct GetMappingRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Parameters for the mapping.
Declaration
Swift
public let location: Location?
-
A list of target tables.
Declaration
Swift
public let sinks: [CatalogEntry]?
-
Specifies the source table.
Declaration
Swift
public let source: CatalogEntry
-
Undocumented
Declaration
Swift
public init(location: Location? = nil, sinks: [CatalogEntry]? = nil, source: CatalogEntry)
-
Declaration
Swift
public func validate(name: String) throws