Class: Aws::Types::VectorEnrichmentJobInputConfig
- Inherits:
-
Object
- Object
- Aws::Types::VectorEnrichmentJobInputConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_source_config ⇒ Types::VectorEnrichmentJobDataSourceConfigInput
Returns the value of attribute data_source_config.
-
#document_type ⇒ "CSV"
Returns the value of attribute document_type.
Instance Attribute Details
#data_source_config ⇒ Types::VectorEnrichmentJobDataSourceConfigInput
Returns the value of attribute data_source_config.
750 751 752 |
# File 'sig/types.rbs', line 750 def data_source_config @data_source_config end |
#document_type ⇒ "CSV"
Returns the value of attribute document_type.
751 752 753 |
# File 'sig/types.rbs', line 751 def document_type @document_type end |