Class: Aws::BedrockDataAutomation::Types::OutputConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::OutputConfiguration
- 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
-
#s3_uri ⇒ String
S3 Uri.
Instance Attribute Details
#s3_uri ⇒ String
S3 Uri
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 |