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.



6504
6505
6506
# File 'sig/types.rbs', line 6504

def additional_options
  @additional_options
end

#compression_type"gzip", "bzip2"

Returns the value of attribute compression_type.

Returns:

  • ("gzip", "bzip2")


6497
6498
6499
# File 'sig/types.rbs', line 6497

def compression_type
  @compression_type
end

#escaper::String

Returns the value of attribute escaper.

Returns:

  • (::String)


6506
6507
6508
# File 'sig/types.rbs', line 6506

def escaper
  @escaper
end

#exclusions::Array[::String]

Returns the value of attribute exclusions.

Returns:

  • (::Array[::String])


6498
6499
6500
# File 'sig/types.rbs', line 6498

def exclusions
  @exclusions
end

#group_files::String

Returns the value of attribute group_files.

Returns:

  • (::String)


6500
6501
6502
# File 'sig/types.rbs', line 6500

def group_files
  @group_files
end

#group_size::String

Returns the value of attribute group_size.

Returns:

  • (::String)


6499
6500
6501
# File 'sig/types.rbs', line 6499

def group_size
  @group_size
end

#max_band::Integer

Returns the value of attribute max_band.

Returns:

  • (::Integer)


6502
6503
6504
# File 'sig/types.rbs', line 6502

def max_band
  @max_band
end

#max_files_in_band::Integer

Returns the value of attribute max_files_in_band.

Returns:

  • (::Integer)


6503
6504
6505
# File 'sig/types.rbs', line 6503

def max_files_in_band
  @max_files_in_band
end

#multilineBoolean

Returns the value of attribute multiline.

Returns:

  • (Boolean)


6508
6509
6510
# File 'sig/types.rbs', line 6508

def multiline
  @multiline
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6495
6496
6497
# File 'sig/types.rbs', line 6495

def name
  @name
end

#optimize_performanceBoolean

Returns the value of attribute optimize_performance.

Returns:

  • (Boolean)


6512
6513
6514
# File 'sig/types.rbs', line 6512

def optimize_performance
  @optimize_performance
end

#output_schemas::Array[Types::GlueSchema]

Returns the value of attribute output_schemas.

Returns:



6513
6514
6515
# File 'sig/types.rbs', line 6513

def output_schemas
  @output_schemas
end

#paths::Array[::String]

Returns the value of attribute paths.

Returns:

  • (::Array[::String])


6496
6497
6498
# File 'sig/types.rbs', line 6496

def paths
  @paths
end

#quote_char"quote", ...

Returns the value of attribute quote_char.

Returns:

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


6507
6508
6509
# File 'sig/types.rbs', line 6507

def quote_char
  @quote_char
end

#recurseBoolean

Returns the value of attribute recurse.

Returns:

  • (Boolean)


6501
6502
6503
# File 'sig/types.rbs', line 6501

def recurse
  @recurse
end

#separator"comma", ...

Returns the value of attribute separator.

Returns:

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


6505
6506
6507
# File 'sig/types.rbs', line 6505

def separator
  @separator
end

#skip_firstBoolean

Returns the value of attribute skip_first.

Returns:

  • (Boolean)


6511
6512
6513
# File 'sig/types.rbs', line 6511

def skip_first
  @skip_first
end

#with_headerBoolean

Returns the value of attribute with_header.

Returns:

  • (Boolean)


6509
6510
6511
# File 'sig/types.rbs', line 6509

def with_header
  @with_header
end

#write_headerBoolean

Returns the value of attribute write_header.

Returns:

  • (Boolean)


6510
6511
6512
# File 'sig/types.rbs', line 6510

def write_header
  @write_header
end