Class: Aws::Types::InputSerialization
- Inherits:
-
Object
- Object
- Aws::Types::InputSerialization
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compression_type ⇒ "NONE", ...
Returns the value of attribute compression_type.
-
#csv ⇒ Types::CSVInput
Returns the value of attribute csv.
-
#json ⇒ Types::JSONInput
Returns the value of attribute json.
-
#parquet ⇒ Types::ParquetInput
Returns the value of attribute parquet.
Instance Attribute Details
#compression_type ⇒ "NONE", ...
Returns the value of attribute compression_type.
1467 1468 1469 |
# File 'sig/types.rbs', line 1467 def compression_type @compression_type end |
#csv ⇒ Types::CSVInput
Returns the value of attribute csv.
1466 1467 1468 |
# File 'sig/types.rbs', line 1466 def csv @csv end |
#json ⇒ Types::JSONInput
Returns the value of attribute json.
1468 1469 1470 |
# File 'sig/types.rbs', line 1468 def json @json end |
#parquet ⇒ Types::ParquetInput
Returns the value of attribute parquet.
1469 1470 1471 |
# File 'sig/types.rbs', line 1469 def parquet @parquet end |