Class: Aws::BedrockDataAutomation::Types::DocumentOutputFormat

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

Overview

Output Format of Document

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#additional_file_formatTypes::DocumentOutputAdditionalFileFormat

Additional File Format of Document Output



729
730
731
732
733
734
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 729

class DocumentOutputFormat < Struct.new(
  :text_format,
  :additional_file_format)
  SENSITIVE = []
  include Aws::Structure
end

#text_formatTypes::DocumentOutputTextFormat

Text Format of Document Output



729
730
731
732
733
734
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 729

class DocumentOutputFormat < Struct.new(
  :text_format,
  :additional_file_format)
  SENSITIVE = []
  include Aws::Structure
end