Class: Aws::BedrockDataAutomation::Types::DocumentOutputFormat
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::DocumentOutputFormat
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockdataautomation/types.rb
Overview
Output Format of Document
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#additional_file_format ⇒ Types::DocumentOutputAdditionalFileFormat
Additional File Format of Document Output.
-
#text_format ⇒ Types::DocumentOutputTextFormat
Text Format of Document Output.
Instance Attribute Details
#additional_file_format ⇒ Types::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_format ⇒ Types::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 |