Class: Aws::Translate::Types::TranslatedDocument
- Inherits:
-
Struct
- Object
- Struct
- Aws::Translate::Types::TranslatedDocument
- 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
-
#content ⇒ String
The document containing the translated content.
Instance Attribute Details
#content ⇒ String
The document containing the translated content.
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 |