MappingEntry

public struct MappingEntry : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The source path.

    Declaration

    Swift

    public let sourcePath: String?
  • The name of the source table.

    Declaration

    Swift

    public let sourceTable: String?
  • The source type.

    Declaration

    Swift

    public let sourceType: String?
  • The target path.

    Declaration

    Swift

    public let targetPath: String?
  • The target table.

    Declaration

    Swift

    public let targetTable: String?
  • The target type.

    Declaration

    Swift

    public let targetType: String?
  • Undocumented

    Declaration

    Swift

    public init(sourcePath: String? = nil, sourceTable: String? = nil, sourceType: String? = nil, targetPath: String? = nil, targetTable: String? = nil, targetType: String? = nil)