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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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



682
683
684
685
686
687
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 682

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

#text_formatTypes::DocumentOutputTextFormat

Text Format of Document Output



682
683
684
685
686
687
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 682

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