Class: Aws::Types::S3CsvSource
- Inherits:
-
Object
- Object
- Aws::Types::S3CsvSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_options ⇒ Types::S3DirectSourceAdditionalOptions
Returns the value of attribute additional_options.
-
#compression_type ⇒ "gzip", "bzip2"
Returns the value of attribute compression_type.
-
#escaper ⇒ ::String
Returns the value of attribute escaper.
-
#exclusions ⇒ ::Array[::String]
Returns the value of attribute exclusions.
-
#group_files ⇒ ::String
Returns the value of attribute group_files.
-
#group_size ⇒ ::String
Returns the value of attribute group_size.
-
#max_band ⇒ ::Integer
Returns the value of attribute max_band.
-
#max_files_in_band ⇒ ::Integer
Returns the value of attribute max_files_in_band.
-
#multiline ⇒ Boolean
Returns the value of attribute multiline.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#optimize_performance ⇒ Boolean
Returns the value of attribute optimize_performance.
-
#output_schemas ⇒ ::Array[Types::GlueSchema]
Returns the value of attribute output_schemas.
-
#paths ⇒ ::Array[::String]
Returns the value of attribute paths.
-
#quote_char ⇒ "quote", ...
Returns the value of attribute quote_char.
-
#recurse ⇒ Boolean
Returns the value of attribute recurse.
-
#separator ⇒ "comma", ...
Returns the value of attribute separator.
-
#skip_first ⇒ Boolean
Returns the value of attribute skip_first.
-
#with_header ⇒ Boolean
Returns the value of attribute with_header.
-
#write_header ⇒ Boolean
Returns the value of attribute write_header.
Instance Attribute Details
#additional_options ⇒ Types::S3DirectSourceAdditionalOptions
Returns the value of attribute additional_options.
6514 6515 6516 |
# File 'sig/types.rbs', line 6514 def @additional_options end |
#compression_type ⇒ "gzip", "bzip2"
Returns the value of attribute compression_type.
6507 6508 6509 |
# File 'sig/types.rbs', line 6507 def compression_type @compression_type end |
#escaper ⇒ ::String
Returns the value of attribute escaper.
6516 6517 6518 |
# File 'sig/types.rbs', line 6516 def escaper @escaper end |
#exclusions ⇒ ::Array[::String]
Returns the value of attribute exclusions.
6508 6509 6510 |
# File 'sig/types.rbs', line 6508 def exclusions @exclusions end |
#group_files ⇒ ::String
Returns the value of attribute group_files.
6510 6511 6512 |
# File 'sig/types.rbs', line 6510 def group_files @group_files end |
#group_size ⇒ ::String
Returns the value of attribute group_size.
6509 6510 6511 |
# File 'sig/types.rbs', line 6509 def group_size @group_size end |
#max_band ⇒ ::Integer
Returns the value of attribute max_band.
6512 6513 6514 |
# File 'sig/types.rbs', line 6512 def max_band @max_band end |
#max_files_in_band ⇒ ::Integer
Returns the value of attribute max_files_in_band.
6513 6514 6515 |
# File 'sig/types.rbs', line 6513 def max_files_in_band @max_files_in_band end |
#multiline ⇒ Boolean
Returns the value of attribute multiline.
6518 6519 6520 |
# File 'sig/types.rbs', line 6518 def multiline @multiline end |
#name ⇒ ::String
Returns the value of attribute name.
6505 6506 6507 |
# File 'sig/types.rbs', line 6505 def name @name end |
#optimize_performance ⇒ Boolean
Returns the value of attribute optimize_performance.
6522 6523 6524 |
# File 'sig/types.rbs', line 6522 def optimize_performance @optimize_performance end |
#output_schemas ⇒ ::Array[Types::GlueSchema]
Returns the value of attribute output_schemas.
6523 6524 6525 |
# File 'sig/types.rbs', line 6523 def output_schemas @output_schemas end |
#paths ⇒ ::Array[::String]
Returns the value of attribute paths.
6506 6507 6508 |
# File 'sig/types.rbs', line 6506 def paths @paths end |
#quote_char ⇒ "quote", ...
Returns the value of attribute quote_char.
6517 6518 6519 |
# File 'sig/types.rbs', line 6517 def quote_char @quote_char end |
#recurse ⇒ Boolean
Returns the value of attribute recurse.
6511 6512 6513 |
# File 'sig/types.rbs', line 6511 def recurse @recurse end |
#separator ⇒ "comma", ...
Returns the value of attribute separator.
6515 6516 6517 |
# File 'sig/types.rbs', line 6515 def separator @separator end |
#skip_first ⇒ Boolean
Returns the value of attribute skip_first.
6521 6522 6523 |
# File 'sig/types.rbs', line 6521 def skip_first @skip_first end |
#with_header ⇒ Boolean
Returns the value of attribute with_header.
6519 6520 6521 |
# File 'sig/types.rbs', line 6519 def with_header @with_header end |
#write_header ⇒ Boolean
Returns the value of attribute write_header.
6520 6521 6522 |
# File 'sig/types.rbs', line 6520 def write_header @write_header end |