Class: Aws::BedrockDataAutomation::Types::DocumentOutputTextFormat

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

Overview

Text Format of Document Output

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#typesArray<String>

List of Document Output Text Format Type

Returns:

  • (Array<String>)


697
698
699
700
701
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 697

class DocumentOutputTextFormat < Struct.new(
  :types)
  SENSITIVE = []
  include Aws::Structure
end