Class: Aws::Translate::Types::ImportTerminologyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Translate::Types::ImportTerminologyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-translate/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auxiliary_data_location ⇒ Types::TerminologyDataLocation
The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file.
-
#terminology_properties ⇒ Types::TerminologyProperties
The properties of the custom terminology being imported.
Instance Attribute Details
#auxiliary_data_location ⇒ Types::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_properties ⇒ Types::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 |