Class: Aws::Translate::Types::GetTerminologyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Translate::Types::GetTerminologyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-translate/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the custom terminology being retrieved.
-
#terminology_data_format ⇒ String
The data format of the custom terminology being retrieved.
Instance Attribute Details
#name ⇒ String
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_format ⇒ String
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 |