Class: Aws::Types::DataSourceConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::DataSourceConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#csv_configuration ⇒ Types::CsvConfiguration
Returns the value of attribute csv_configuration.
-
#data_format ⇒ "CSV"
Returns the value of attribute data_format.
-
#data_source_s3_configuration ⇒ Types::DataSourceS3Configuration
Returns the value of attribute data_source_s3_configuration.
Instance Attribute Details
#csv_configuration ⇒ Types::CsvConfiguration
Returns the value of attribute csv_configuration.
135 136 137 |
# File 'sig/types.rbs', line 135 def csv_configuration @csv_configuration end |
#data_format ⇒ "CSV"
Returns the value of attribute data_format.
136 137 138 |
# File 'sig/types.rbs', line 136 def data_format @data_format end |
#data_source_s3_configuration ⇒ Types::DataSourceS3Configuration
Returns the value of attribute data_source_s3_configuration.
134 135 136 |
# File 'sig/types.rbs', line 134 def data_source_s3_configuration @data_source_s3_configuration end |