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.
6696 6697 6698 |
# File 'sig/types.rbs', line 6696 def @additional_options end |
#compression_type ⇒ "gzip", "bzip2"
Returns the value of attribute compression_type.
6689 6690 6691 |
# File 'sig/types.rbs', line 6689 def compression_type @compression_type end |
#exclusions ⇒ ::Array[::String]
Returns the value of attribute exclusions.
6690 6691 6692 |
# File 'sig/types.rbs', line 6690 def exclusions @exclusions end |
#group_files ⇒ ::String
Returns the value of attribute group_files.
6692 6693 6694 |
# File 'sig/types.rbs', line 6692 def group_files @group_files end |
#group_size ⇒ ::String
Returns the value of attribute group_size.
6691 6692 6693 |
# File 'sig/types.rbs', line 6691 def group_size @group_size end |
#json_path ⇒ ::String
Returns the value of attribute json_path.
6697 6698 6699 |
# File 'sig/types.rbs', line 6697 def json_path @json_path end |
#max_band ⇒ ::Integer
Returns the value of attribute max_band.
6694 6695 6696 |
# File 'sig/types.rbs', line 6694 def max_band @max_band end |
#max_files_in_band ⇒ ::Integer
Returns the value of attribute max_files_in_band.
6695 6696 6697 |
# File 'sig/types.rbs', line 6695 def max_files_in_band @max_files_in_band end |
#multiline ⇒ Boolean
Returns the value of attribute multiline.
6698 6699 6700 |
# File 'sig/types.rbs', line 6698 def multiline @multiline end |
#name ⇒ ::String
Returns the value of attribute name.
6687 6688 6689 |
# File 'sig/types.rbs', line 6687 def name @name end |
#output_schemas ⇒ ::Array[Types::GlueSchema]
Returns the value of attribute output_schemas.
6699 6700 6701 |
# File 'sig/types.rbs', line 6699 def output_schemas @output_schemas end |
#paths ⇒ ::Array[::String]
Returns the value of attribute paths.
6688 6689 6690 |
# File 'sig/types.rbs', line 6688 def paths @paths end |
#recurse ⇒ Boolean
Returns the value of attribute recurse.
6693 6694 6695 |
# File 'sig/types.rbs', line 6693 def recurse @recurse end |