Class: Aws::Types::InputDataConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#document_reader_configTypes::DocumentReaderConfig

Returns the value of attribute document_reader_config.



1162
1163
1164
# File 'sig/types.rbs', line 1162

def document_reader_config
  @document_reader_config
end

#input_format"ONE_DOC_PER_FILE", "ONE_DOC_PER_LINE"

Returns the value of attribute input_format.

Returns:

  • ("ONE_DOC_PER_FILE", "ONE_DOC_PER_LINE")


1161
1162
1163
# File 'sig/types.rbs', line 1161

def input_format
  @input_format
end

#s3_uri::String

Returns the value of attribute s3_uri.

Returns:

  • (::String)


1160
1161
1162
# File 'sig/types.rbs', line 1160

def s3_uri
  @s3_uri
end