class Aws::Translate::Types::GetTerminologyRequest

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

data as a hash:

    {
      name: "ResourceName", # required
      terminology_data_format: "CSV", # required, accepts CSV, TMX
    }

@!attribute [rw] name

The name of the custom terminology being retrieved.
@return [String]

@!attribute [rw] terminology_data_format

The data format of the custom terminology being retrieved, either
CSV or TMX.
@return [String]

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

Constants

SENSITIVE