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.



6541
6542
6543
# File 'sig/types.rbs', line 6541

def additional_options
  @additional_options
end

#compression_type"gzip", "bzip2"

Returns the value of attribute compression_type.

Returns:

  • ("gzip", "bzip2")


6534
6535
6536
# File 'sig/types.rbs', line 6534

def compression_type
  @compression_type
end

#escaper::String

Returns the value of attribute escaper.

Returns:

  • (::String)


6543
6544
6545
# File 'sig/types.rbs', line 6543

def escaper
  @escaper
end

#exclusions::Array[::String]

Returns the value of attribute exclusions.

Returns:

  • (::Array[::String])


6535
6536
6537
# File 'sig/types.rbs', line 6535

def exclusions
  @exclusions
end

#group_files::String

Returns the value of attribute group_files.

Returns:

  • (::String)


6537
6538
6539
# File 'sig/types.rbs', line 6537

def group_files
  @group_files
end

#group_size::String

Returns the value of attribute group_size.

Returns:

  • (::String)


6536
6537
6538
# File 'sig/types.rbs', line 6536

def group_size
  @group_size
end

#max_band::Integer

Returns the value of attribute max_band.

Returns:

  • (::Integer)


6539
6540
6541
# File 'sig/types.rbs', line 6539

def max_band
  @max_band
end

#max_files_in_band::Integer

Returns the value of attribute max_files_in_band.

Returns:

  • (::Integer)


6540
6541
6542
# File 'sig/types.rbs', line 6540

def max_files_in_band
  @max_files_in_band
end

#multilineBoolean

Returns the value of attribute multiline.

Returns:

  • (Boolean)


6545
6546
6547
# File 'sig/types.rbs', line 6545

def multiline
  @multiline
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6532
6533
6534
# File 'sig/types.rbs', line 6532

def name
  @name
end

#optimize_performanceBoolean

Returns the value of attribute optimize_performance.

Returns:

  • (Boolean)


6549
6550
6551
# File 'sig/types.rbs', line 6549

def optimize_performance
  @optimize_performance
end

#output_schemas::Array[Types::GlueSchema]

Returns the value of attribute output_schemas.

Returns:



6550
6551
6552
# File 'sig/types.rbs', line 6550

def output_schemas
  @output_schemas
end

#paths::Array[::String]

Returns the value of attribute paths.

Returns:

  • (::Array[::String])


6533
6534
6535
# File 'sig/types.rbs', line 6533

def paths
  @paths
end

#quote_char"quote", ...

Returns the value of attribute quote_char.

Returns:

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


6544
6545
6546
# File 'sig/types.rbs', line 6544

def quote_char
  @quote_char
end

#recurseBoolean

Returns the value of attribute recurse.

Returns:

  • (Boolean)


6538
6539
6540
# File 'sig/types.rbs', line 6538

def recurse
  @recurse
end

#separator"comma", ...

Returns the value of attribute separator.

Returns:

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


6542
6543
6544
# File 'sig/types.rbs', line 6542

def separator
  @separator
end

#skip_firstBoolean

Returns the value of attribute skip_first.

Returns:

  • (Boolean)


6548
6549
6550
# File 'sig/types.rbs', line 6548

def skip_first
  @skip_first
end

#with_headerBoolean

Returns the value of attribute with_header.

Returns:

  • (Boolean)


6546
6547
6548
# File 'sig/types.rbs', line 6546

def with_header
  @with_header
end

#write_headerBoolean

Returns the value of attribute write_header.

Returns:

  • (Boolean)


6547
6548
6549
# File 'sig/types.rbs', line 6547

def write_header
  @write_header
end