Class: Aws::Translate::Types::ImportTerminologyResponse

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.



473
474
475
476
477
478
# File 'lib/aws-sdk-translate/types.rb', line 473

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

#terminology_propertiesTypes::TerminologyProperties

The properties of the custom terminology being imported.



473
474
475
476
477
478
# File 'lib/aws-sdk-translate/types.rb', line 473

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