Class: Aws::Translate::Types::TerminologyDataLocation

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-translate/types.rb

Overview

The location of the custom terminology data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#locationString

The location of the custom terminology data.

Returns:

  • (String)


1314
1315
1316
1317
1318
1319
# File 'lib/aws-sdk-translate/types.rb', line 1314

class TerminologyDataLocation < Struct.new(
  :repository_type,
  :location)
  SENSITIVE = []
  include Aws::Structure
end

#repository_typeString

The repository type for the custom terminology data.

Returns:

  • (String)


1314
1315
1316
1317
1318
1319
# File 'lib/aws-sdk-translate/types.rb', line 1314

class TerminologyDataLocation < Struct.new(
  :repository_type,
  :location)
  SENSITIVE = []
  include Aws::Structure
end