class Aws::Translate::Types::TerminologyData

The data associated with the custom terminology.

@note When making an API call, you may pass TerminologyData

data as a hash:

    {
      file: "data", # required
      format: "CSV", # required, accepts CSV, TMX
    }

@!attribute [rw] file

The file containing the custom terminology data. Your version of the
AWS SDK performs a Base64-encoding on this field before sending a
request to the AWS service. Users of the SDK should not perform
Base64-encoding themselves.
@return [String]

@!attribute [rw] format

The data format of the custom terminology. Either CSV or TMX.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/translate-2017-07-01/TerminologyData AWS API Documentation

Constants

SENSITIVE