Class: Aws::Translate::Types::GetTerminologyResponse

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

#auxiliary_data_locationTypes::TerminologyDataLocation

The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file. This file was created when Amazon Translate attempted to create a terminology resource. The location is returned as a presigned URL to that has a 30 minute expiration.



410
411
412
413
414
415
416
# File 'lib/aws-sdk-translate/types.rb', line 410

class GetTerminologyResponse < Struct.new(
  :terminology_properties,
  :terminology_data_location,
  :auxiliary_data_location)
  SENSITIVE = []
  include Aws::Structure
end

#terminology_data_locationTypes::TerminologyDataLocation

The data location of the custom terminology being retrieved. The custom terminology file is returned in a presigned url that has a 30 minute expiration.



410
411
412
413
414
415
416
# File 'lib/aws-sdk-translate/types.rb', line 410

class GetTerminologyResponse < Struct.new(
  :terminology_properties,
  :terminology_data_location,
  :auxiliary_data_location)
  SENSITIVE = []
  include Aws::Structure
end

#terminology_propertiesTypes::TerminologyProperties

The properties of the custom terminology being retrieved.



410
411
412
413
414
415
416
# File 'lib/aws-sdk-translate/types.rb', line 410

class GetTerminologyResponse < Struct.new(
  :terminology_properties,
  :terminology_data_location,
  :auxiliary_data_location)
  SENSITIVE = []
  include Aws::Structure
end