Class: Aws::BedrockDataAutomation::Types::OutputConfiguration

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

Overview

Output configuration for DataAutomationLibraryIngestionJob

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_uriString

S3 Uri

Returns:

  • (String)


2252
2253
2254
2255
2256
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 2252

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