Class: Aws::Types::InputSerialization

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#compression_type"NONE", ...

Returns the value of attribute compression_type.

Returns:

  • ("NONE", "GZIP", "BZIP2")


1467
1468
1469
# File 'sig/types.rbs', line 1467

def compression_type
  @compression_type
end

#csvTypes::CSVInput

Returns the value of attribute csv.

Returns:



1466
1467
1468
# File 'sig/types.rbs', line 1466

def csv
  @csv
end

#jsonTypes::JSONInput

Returns the value of attribute json.

Returns:



1468
1469
1470
# File 'sig/types.rbs', line 1468

def json
  @json
end

#parquetTypes::ParquetInput

Returns the value of attribute parquet.

Returns:



1469
1470
1471
# File 'sig/types.rbs', line 1469

def parquet
  @parquet
end