Class: Aws::Types::InputDataConfig
- Inherits:
-
Object
- Object
- Aws::Types::InputDataConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#document_reader_config ⇒ Types::DocumentReaderConfig
Returns the value of attribute document_reader_config.
-
#input_format ⇒ "ONE_DOC_PER_FILE", "ONE_DOC_PER_LINE"
Returns the value of attribute input_format.
-
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
Instance Attribute Details
#document_reader_config ⇒ Types::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.
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.
1160 1161 1162 |
# File 'sig/types.rbs', line 1160 def s3_uri @s3_uri end |