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")


1448
1449
1450
# File 'sig/types.rbs', line 1448

def compression_type
  @compression_type
end

#csvTypes::CSVInput

Returns the value of attribute csv.

Returns:



1447
1448
1449
# File 'sig/types.rbs', line 1447

def csv
  @csv
end

#jsonTypes::JSONInput

Returns the value of attribute json.

Returns:



1449
1450
1451
# File 'sig/types.rbs', line 1449

def json
  @json
end

#parquetTypes::ParquetInput

Returns the value of attribute parquet.

Returns:



1450
1451
1452
# File 'sig/types.rbs', line 1450

def parquet
  @parquet
end