Class: Aws::Translate::Types::OutputDataConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Translate::Types::OutputDataConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-translate/types.rb
Overview
The output configuration properties for a batch translation job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#encryption_key ⇒ Types::EncryptionKey
The encryption key used to encrypt this object.
-
#s3_uri ⇒ String
The URI of the S3 folder that contains a translation job’s output file.
Instance Attribute Details
#encryption_key ⇒ Types::EncryptionKey
The encryption key used to encrypt this object.
861 862 863 864 865 866 |
# File 'lib/aws-sdk-translate/types.rb', line 861 class OutputDataConfig < Struct.new( :s3_uri, :encryption_key) SENSITIVE = [] include Aws::Structure end |
#s3_uri ⇒ String
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.
861 862 863 864 865 866 |
# File 'lib/aws-sdk-translate/types.rb', line 861 class OutputDataConfig < Struct.new( :s3_uri, :encryption_key) SENSITIVE = [] include Aws::Structure end |