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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#encryption_keyTypes::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_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)


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