Class: Aws::Translate::Types::TranslatedDocument

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

Overview

The translated content.

Constant Summary collapse

SENSITIVE =
[:content]

Instance Attribute Summary collapse

Instance Attribute Details

#contentString

The document containing the translated content.

Returns:

  • (String)


1933
1934
1935
1936
1937
# File 'gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb', line 1933

class TranslatedDocument < Struct.new(
  :content)
  SENSITIVE = [:content]
  include Aws::Structure
end