Class: Aws::Types::S3ParquetSource
- Inherits:
-
Object
- Object
- Aws::Types::S3ParquetSource
- 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 ⇒ "snappy", ...
Returns the value of attribute compression_type.
-
#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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#output_schemas ⇒ ::Array[Types::GlueSchema]
Returns the value of attribute output_schemas.
-
#paths ⇒ ::Array[::String]
Returns the value of attribute paths.
-
#recurse ⇒ Boolean
Returns the value of attribute recurse.
Instance Attribute Details
#additional_options ⇒ Types::S3DirectSourceAdditionalOptions
Returns the value of attribute additional_options.
6713 6714 6715 |
# File 'sig/types.rbs', line 6713 def @additional_options end |
#compression_type ⇒ "snappy", ...
Returns the value of attribute compression_type.
6706 6707 6708 |
# File 'sig/types.rbs', line 6706 def compression_type @compression_type end |
#exclusions ⇒ ::Array[::String]
Returns the value of attribute exclusions.
6707 6708 6709 |
# File 'sig/types.rbs', line 6707 def exclusions @exclusions end |
#group_files ⇒ ::String
Returns the value of attribute group_files.
6709 6710 6711 |
# File 'sig/types.rbs', line 6709 def group_files @group_files end |
#group_size ⇒ ::String
Returns the value of attribute group_size.
6708 6709 6710 |
# File 'sig/types.rbs', line 6708 def group_size @group_size end |
#max_band ⇒ ::Integer
Returns the value of attribute max_band.
6711 6712 6713 |
# File 'sig/types.rbs', line 6711 def max_band @max_band end |
#max_files_in_band ⇒ ::Integer
Returns the value of attribute max_files_in_band.
6712 6713 6714 |
# File 'sig/types.rbs', line 6712 def max_files_in_band @max_files_in_band end |
#name ⇒ ::String
Returns the value of attribute name.
6704 6705 6706 |
# File 'sig/types.rbs', line 6704 def name @name end |
#output_schemas ⇒ ::Array[Types::GlueSchema]
Returns the value of attribute output_schemas.
6714 6715 6716 |
# File 'sig/types.rbs', line 6714 def output_schemas @output_schemas end |
#paths ⇒ ::Array[::String]
Returns the value of attribute paths.
6705 6706 6707 |
# File 'sig/types.rbs', line 6705 def paths @paths end |
#recurse ⇒ Boolean
Returns the value of attribute recurse.
6710 6711 6712 |
# File 'sig/types.rbs', line 6710 def recurse @recurse end |