You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Translate::Types::OutputDataConfig

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing OutputDataConfig as input to an Aws::Client method, you can use a vanilla Hash:

{
  s3_uri: "S3Uri", # required
}

The output configuration properties for a batch translation job.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#s3_uriString

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.

Returns:

  • (String)

    The URI of the S3 folder that contains a translation job\'s output file.