Class: Aws::Types::DataSourceConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • ("CSV")


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