Class: Aws::BedrockDataAutomationRuntime::Types::OutputConfiguration

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

Overview

Output configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_uriString

S3 uri.

Returns:

  • (String)


377
378
379
380
381
# File 'gems/aws-sdk-bedrockdataautomationruntime/lib/aws-sdk-bedrockdataautomationruntime/types.rb', line 377

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