You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GetTerminologyRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the custom terminology being retrieved.

Returns:

  • (String)

    The name of the custom terminology being retrieved.

#terminology_data_formatString

The data format of the custom terminology being retrieved, either CSV or TMX.

Possible values:

  • CSV
  • TMX

Returns:

  • (String)

    The data format of the custom terminology being retrieved, either CSV or TMX.