Class: Aws::BedrockDataAutomation::Types::BlueprintOptimizationOutputConfiguration

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

Overview

Blueprint Optimization Output configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_objectTypes::S3Object

S3 object.

Returns:



310
311
312
313
314
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 310

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