Class: Aws::BedrockDataAutomation::Types::DocumentOutputTextFormat
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::DocumentOutputTextFormat
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockdataautomation/types.rb
Overview
Text Format of Document Output
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#types ⇒ Array<String>
List of Document Output Text Format Type.
Instance Attribute Details
#types ⇒ Array<String>
List of Document Output Text Format Type
697 698 699 700 701 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 697 class DocumentOutputTextFormat < Struct.new( :types) SENSITIVE = [] include Aws::Structure end |