Method: Aws::TimestreamWrite::Types::DataSourceConfiguration#csv_configuration
- Defined in:
- lib/aws-sdk-timestreamwrite/types.rb
#csv_configuration ⇒ Types::CsvConfiguration
A delimited data format where the column separator can be a comma and the record separator is a newline character.
458 459 460 461 462 463 464 |
# File 'lib/aws-sdk-timestreamwrite/types.rb', line 458 class DataSourceConfiguration < Struct.new( :data_source_s3_configuration, :csv_configuration, :data_format) SENSITIVE = [] include Aws::Structure end |