Class: Aws::Types::Output

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#compression_format ⇒ "GZIP", ...

Returns the value of attribute compression_format.

Returns:

  • ("GZIP", "LZ4", "SNAPPY", "BZIP2", "DEFLATE", "LZO", "BROTLI", "ZSTD", "ZLIB")


711
712
713
# File 'sig/types.rbs', line 711

def compression_format
  @compression_format
end

#format ⇒ "CSV", ...

Returns the value of attribute format.

Returns:

  • ("CSV", "JSON", "PARQUET", "GLUEPARQUET", "AVRO", "ORC", "XML", "TABLEAUHYPER")


712
713
714
# File 'sig/types.rbs', line 712

def format
  @format
end

#format_options ⇒ Types::OutputFormatOptions

Returns the value of attribute format_options.



716
717
718
# File 'sig/types.rbs', line 716

def format_options
  @format_options
end

#location ⇒ Types::S3Location

Returns the value of attribute location.

Returns:



714
715
716
# File 'sig/types.rbs', line 714

def location
  @location
end

#max_output_files ⇒ ::Integer

Returns the value of attribute max_output_files.

Returns:

  • (::Integer)


717
718
719
# File 'sig/types.rbs', line 717

def max_output_files
  @max_output_files
end

#overwrite ⇒ Boolean

Returns the value of attribute overwrite.

Returns:

  • (Boolean)


715
716
717
# File 'sig/types.rbs', line 715

def overwrite
  @overwrite
end

#partition_columns ⇒ ::Array[::String]

Returns the value of attribute partition_columns.

Returns:

  • (::Array[::String])


713
714
715
# File 'sig/types.rbs', line 713

def partition_columns
  @partition_columns
end