Class: Aws::Translate::Types::GetTerminologyRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-translate/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the custom terminology being retrieved.



365
366
367
368
369
370
# File 'lib/aws-sdk-translate/types.rb', line 365

class GetTerminologyRequest < Struct.new(
  :name,
  :terminology_data_format)
  SENSITIVE = []
  include Aws::Structure
end

#terminology_data_formatString

The data format of the custom terminology being retrieved.

If you don’t specify this parameter, Amazon Translate returns a file with the same format as the file that was imported to create the terminology.

If you specify this parameter when you retrieve a multi-directional terminology resource, you must specify the same format as the input file that was imported to create it. Otherwise, Amazon Translate throws an error.



365
366
367
368
369
370
# File 'lib/aws-sdk-translate/types.rb', line 365

class GetTerminologyRequest < Struct.new(
  :name,
  :terminology_data_format)
  SENSITIVE = []
  include Aws::Structure
end