Class: Aws::BedrockDataAutomation::Types::CustomOutputConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::CustomOutputConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockdataautomation/types.rb
Overview
Custom output configuration
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#blueprints ⇒ Array<Types::BlueprintItem>
List of Blueprint Item.
-
#document ⇒ Types::DocumentCustomOutputConfiguration
Custom Configuration of Document.
Instance Attribute Details
#blueprints ⇒ Array<Types::BlueprintItem>
List of Blueprint Item
698 699 700 701 702 703 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 698 class CustomOutputConfiguration < Struct.new( :blueprints, :document) SENSITIVE = [] include Aws::Structure end |
#document ⇒ Types::DocumentCustomOutputConfiguration
Custom Configuration of Document
698 699 700 701 702 703 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 698 class CustomOutputConfiguration < Struct.new( :blueprints, :document) SENSITIVE = [] include Aws::Structure end |