Class: Aws::BedrockDataAutomation::Types::DocumentCustomOutputConfiguration

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

Overview

Custom Configuration of Document

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fallback_blueprintsArray<Types::BlueprintItem>

List of Fallback Blueprint Items

Returns:



1200
1201
1202
1203
1204
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 1200

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