Class: Aws::Types::FileFormat

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#annotationTypes::Annotation

Returns the value of attribute annotation.

Returns:



2231
2232
2233
# File 'sig/types.rbs', line 2231

def annotation
  @annotation
end

#csvTypes::Csv

Returns the value of attribute csv.

Returns:



2228
2229
2230
# File 'sig/types.rbs', line 2228

def csv
  @csv
end

#mp4Types::Mp4

Returns the value of attribute mp4.

Returns:



2230
2231
2232
# File 'sig/types.rbs', line 2230

def mp4
  @mp4
end

#parquetTypes::Parquet

Returns the value of attribute parquet.

Returns:



2229
2230
2231
# File 'sig/types.rbs', line 2229

def parquet
  @parquet
end