Class: Aws::Types::S3JsonSource
- Inherits:
-
Object
- Object
- Aws::Types::S3JsonSource
- 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.
-
#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.
-
#json_path ⇒ ::String
Returns the value of attribute json_path.
-
#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.
-
#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.
6733 6734 6735 |
# File 'sig/types.rbs', line 6733 def @additional_options end |
#compression_type ⇒ "gzip", "bzip2"
Returns the value of attribute compression_type.
6726 6727 6728 |
# File 'sig/types.rbs', line 6726 def compression_type @compression_type end |
#exclusions ⇒ ::Array[::String]
Returns the value of attribute exclusions.
6727 6728 6729 |
# File 'sig/types.rbs', line 6727 def exclusions @exclusions end |
#group_files ⇒ ::String
Returns the value of attribute group_files.
6729 6730 6731 |
# File 'sig/types.rbs', line 6729 def group_files @group_files end |
#group_size ⇒ ::String
Returns the value of attribute group_size.
6728 6729 6730 |
# File 'sig/types.rbs', line 6728 def group_size @group_size end |
#json_path ⇒ ::String
Returns the value of attribute json_path.
6734 6735 6736 |
# File 'sig/types.rbs', line 6734 def json_path @json_path end |
#max_band ⇒ ::Integer
Returns the value of attribute max_band.
6731 6732 6733 |
# File 'sig/types.rbs', line 6731 def max_band @max_band end |
#max_files_in_band ⇒ ::Integer
Returns the value of attribute max_files_in_band.
6732 6733 6734 |
# File 'sig/types.rbs', line 6732 def max_files_in_band @max_files_in_band end |
#multiline ⇒ Boolean
Returns the value of attribute multiline.
6735 6736 6737 |
# File 'sig/types.rbs', line 6735 def multiline @multiline end |
#name ⇒ ::String
Returns the value of attribute name.
6724 6725 6726 |
# File 'sig/types.rbs', line 6724 def name @name end |
#output_schemas ⇒ ::Array[Types::GlueSchema]
Returns the value of attribute output_schemas.
6736 6737 6738 |
# File 'sig/types.rbs', line 6736 def output_schemas @output_schemas end |
#paths ⇒ ::Array[::String]
Returns the value of attribute paths.
6725 6726 6727 |
# File 'sig/types.rbs', line 6725 def paths @paths end |
#recurse ⇒ Boolean
Returns the value of attribute recurse.
6730 6731 6732 |
# File 'sig/types.rbs', line 6730 def recurse @recurse end |