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.
1448 1449 1450 |
# File 'sig/types.rbs', line 1448 def compression_type @compression_type end |
#csv ⇒ Types::CSVInput
Returns the value of attribute csv.
1447 1448 1449 |
# File 'sig/types.rbs', line 1447 def csv @csv end |
#json ⇒ Types::JSONInput
Returns the value of attribute json.
1449 1450 1451 |
# File 'sig/types.rbs', line 1449 def json @json end |
#parquet ⇒ Types::ParquetInput
Returns the value of attribute parquet.
1450 1451 1452 |
# File 'sig/types.rbs', line 1450 def parquet @parquet end |