Class: Aws::Types::S3ExcelSource
- Inherits:
-
Object
- Object
- Aws::Types::S3ExcelSource
- 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.
-
#number_rows ⇒ ::Integer
Returns the value of attribute number_rows.
-
#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.
-
#skip_footer ⇒ ::Integer
Returns the value of attribute skip_footer.
Instance Attribute Details
#additional_options ⇒ Types::S3DirectSourceAdditionalOptions
Returns the value of attribute additional_options.
6559 6560 6561 |
# File 'sig/types.rbs', line 6559 def @additional_options end |
#compression_type ⇒ "snappy", ...
Returns the value of attribute compression_type.
6552 6553 6554 |
# File 'sig/types.rbs', line 6552 def compression_type @compression_type end |
#exclusions ⇒ ::Array[::String]
Returns the value of attribute exclusions.
6553 6554 6555 |
# File 'sig/types.rbs', line 6553 def exclusions @exclusions end |
#group_files ⇒ ::String
Returns the value of attribute group_files.
6555 6556 6557 |
# File 'sig/types.rbs', line 6555 def group_files @group_files end |
#group_size ⇒ ::String
Returns the value of attribute group_size.
6554 6555 6556 |
# File 'sig/types.rbs', line 6554 def group_size @group_size end |
#max_band ⇒ ::Integer
Returns the value of attribute max_band.
6557 6558 6559 |
# File 'sig/types.rbs', line 6557 def max_band @max_band end |
#max_files_in_band ⇒ ::Integer
Returns the value of attribute max_files_in_band.
6558 6559 6560 |
# File 'sig/types.rbs', line 6558 def max_files_in_band @max_files_in_band end |
#name ⇒ ::String
Returns the value of attribute name.
6550 6551 6552 |
# File 'sig/types.rbs', line 6550 def name @name end |
#number_rows ⇒ ::Integer
Returns the value of attribute number_rows.
6560 6561 6562 |
# File 'sig/types.rbs', line 6560 def number_rows @number_rows end |
#output_schemas ⇒ ::Array[Types::GlueSchema]
Returns the value of attribute output_schemas.
6562 6563 6564 |
# File 'sig/types.rbs', line 6562 def output_schemas @output_schemas end |
#paths ⇒ ::Array[::String]
Returns the value of attribute paths.
6551 6552 6553 |
# File 'sig/types.rbs', line 6551 def paths @paths end |
#recurse ⇒ Boolean
Returns the value of attribute recurse.
6556 6557 6558 |
# File 'sig/types.rbs', line 6556 def recurse @recurse end |
#skip_footer ⇒ ::Integer
Returns the value of attribute skip_footer.
6561 6562 6563 |
# File 'sig/types.rbs', line 6561 def @skip_footer end |