Class: Aws::BedrockDataAutomation::Types::InputConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#inline_payloadTypes::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_objectTypes::S3Object

S3 object

Returns:



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