Class: Aws::Types::DatasetInputConfig
- Inherits:
-
Object
- Object
- Aws::Types::DatasetInputConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_source ⇒ Types::DataSource
Returns the value of attribute data_source.
-
#schema ⇒ ::Array[Types::ColumnSchema]
Returns the value of attribute schema.
Instance Attribute Details
#data_source ⇒ Types::DataSource
Returns the value of attribute data_source.
415 416 417 |
# File 'sig/types.rbs', line 415 def data_source @data_source end |
#schema ⇒ ::Array[Types::ColumnSchema]
Returns the value of attribute schema.
414 415 416 |
# File 'sig/types.rbs', line 414 def schema @schema end |