Class: Aws::Types::S3CsvSource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_optionsTypes::S3DirectSourceAdditionalOptions

Returns the value of attribute additional_options.



6472
6473
6474
# File 'sig/types.rbs', line 6472

def additional_options
  @additional_options
end

#compression_type"gzip", "bzip2"

Returns the value of attribute compression_type.

Returns:

  • ("gzip", "bzip2")


6465
6466
6467
# File 'sig/types.rbs', line 6465

def compression_type
  @compression_type
end

#escaper::String

Returns the value of attribute escaper.

Returns:

  • (::String)


6474
6475
6476
# File 'sig/types.rbs', line 6474

def escaper
  @escaper
end

#exclusions::Array[::String]

Returns the value of attribute exclusions.

Returns:

  • (::Array[::String])


6466
6467
6468
# File 'sig/types.rbs', line 6466

def exclusions
  @exclusions
end

#group_files::String

Returns the value of attribute group_files.

Returns:

  • (::String)


6468
6469
6470
# File 'sig/types.rbs', line 6468

def group_files
  @group_files
end

#group_size::String

Returns the value of attribute group_size.

Returns:

  • (::String)


6467
6468
6469
# File 'sig/types.rbs', line 6467

def group_size
  @group_size
end

#max_band::Integer

Returns the value of attribute max_band.

Returns:

  • (::Integer)


6470
6471
6472
# File 'sig/types.rbs', line 6470

def max_band
  @max_band
end

#max_files_in_band::Integer

Returns the value of attribute max_files_in_band.

Returns:

  • (::Integer)


6471
6472
6473
# File 'sig/types.rbs', line 6471

def max_files_in_band
  @max_files_in_band
end

#multilineBoolean

Returns the value of attribute multiline.

Returns:

  • (Boolean)


6476
6477
6478
# File 'sig/types.rbs', line 6476

def multiline
  @multiline
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6463
6464
6465
# File 'sig/types.rbs', line 6463

def name
  @name
end

#optimize_performanceBoolean

Returns the value of attribute optimize_performance.

Returns:

  • (Boolean)


6480
6481
6482
# File 'sig/types.rbs', line 6480

def optimize_performance
  @optimize_performance
end

#output_schemas::Array[Types::GlueSchema]

Returns the value of attribute output_schemas.

Returns:



6481
6482
6483
# File 'sig/types.rbs', line 6481

def output_schemas
  @output_schemas
end

#paths::Array[::String]

Returns the value of attribute paths.

Returns:

  • (::Array[::String])


6464
6465
6466
# File 'sig/types.rbs', line 6464

def paths
  @paths
end

#quote_char"quote", ...

Returns the value of attribute quote_char.

Returns:

  • ("quote", "quillemet", "single_quote", "disabled")


6475
6476
6477
# File 'sig/types.rbs', line 6475

def quote_char
  @quote_char
end

#recurseBoolean

Returns the value of attribute recurse.

Returns:

  • (Boolean)


6469
6470
6471
# File 'sig/types.rbs', line 6469

def recurse
  @recurse
end

#separator"comma", ...

Returns the value of attribute separator.

Returns:

  • ("comma", "ctrla", "pipe", "semicolon", "tab")


6473
6474
6475
# File 'sig/types.rbs', line 6473

def separator
  @separator
end

#skip_firstBoolean

Returns the value of attribute skip_first.

Returns:

  • (Boolean)


6479
6480
6481
# File 'sig/types.rbs', line 6479

def skip_first
  @skip_first
end

#with_headerBoolean

Returns the value of attribute with_header.

Returns:

  • (Boolean)


6477
6478
6479
# File 'sig/types.rbs', line 6477

def with_header
  @with_header
end

#write_headerBoolean

Returns the value of attribute write_header.

Returns:

  • (Boolean)


6478
6479
6480
# File 'sig/types.rbs', line 6478

def write_header
  @write_header
end