Class: Aws::Types::TranslateDocumentRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#documentTypes::Document

Returns the value of attribute document.



410
411
412
# File 'sig/types.rbs', line 410

def document
  @document
end

#settingsTypes::TranslationSettings

Returns the value of attribute settings.



414
415
416
# File 'sig/types.rbs', line 414

def settings
  @settings
end

#source_language_code::String

Returns the value of attribute source_language_code.



412
413
414
# File 'sig/types.rbs', line 412

def source_language_code
  @source_language_code
end

#target_language_code::String

Returns the value of attribute target_language_code.



413
414
415
# File 'sig/types.rbs', line 413

def target_language_code
  @target_language_code
end

#terminology_names::Array[::String]

Returns the value of attribute terminology_names.



411
412
413
# File 'sig/types.rbs', line 411

def terminology_names
  @terminology_names
end