OutputDataConfig

public struct OutputDataConfig : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The URI of the S3 folder that contains a translation job’s output file. The folder must be in the same Region as the API endpoint that you are calling.

    Declaration

    Swift

    public let s3Uri: String
  • Undocumented

    Declaration

    Swift

    public init(s3Uri: String)
  • Declaration

    Swift

    public func validate(name: String) throws