Class: Aws::BedrockDataAutomation::Types::InputConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::InputConfiguration
- Defined in:
- gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb
Overview
Input configuration for DataAutomationLibraryIngestionJob
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#inline_payload ⇒ Types::InlinePayload
Input Payload.
-
#s3_object ⇒ Types::S3Object
S3 object.
Instance Attribute Details
#inline_payload ⇒ Types::InlinePayload
Input Payload
1768 1769 1770 1771 1772 1773 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1768 class InputConfiguration < Struct.new( :s3_object, :inline_payload) SENSITIVE = [] include Aws::Structure end |
#s3_object ⇒ Types::S3Object
S3 object
1768 1769 1770 1771 1772 1773 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1768 class InputConfiguration < Struct.new( :s3_object, :inline_payload) SENSITIVE = [] include Aws::Structure end |