Class: Aws::Types::S3ParquetSource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_optionsTypes::S3DirectSourceAdditionalOptions

Returns the value of attribute additional_options.



6681
6682
6683
# File 'sig/types.rbs', line 6681

def additional_options
  @additional_options
end

#compression_type"snappy", ...

Returns the value of attribute compression_type.

Returns:

  • ("snappy", "lzo", "gzip", "brotli", "lz4", "uncompressed", "none")


6674
6675
6676
# File 'sig/types.rbs', line 6674

def compression_type
  @compression_type
end

#exclusions::Array[::String]

Returns the value of attribute exclusions.

Returns:

  • (::Array[::String])


6675
6676
6677
# File 'sig/types.rbs', line 6675

def exclusions
  @exclusions
end

#group_files::String

Returns the value of attribute group_files.

Returns:

  • (::String)


6677
6678
6679
# File 'sig/types.rbs', line 6677

def group_files
  @group_files
end

#group_size::String

Returns the value of attribute group_size.

Returns:

  • (::String)


6676
6677
6678
# File 'sig/types.rbs', line 6676

def group_size
  @group_size
end

#max_band::Integer

Returns the value of attribute max_band.

Returns:

  • (::Integer)


6679
6680
6681
# File 'sig/types.rbs', line 6679

def max_band
  @max_band
end

#max_files_in_band::Integer

Returns the value of attribute max_files_in_band.

Returns:

  • (::Integer)


6680
6681
6682
# File 'sig/types.rbs', line 6680

def max_files_in_band
  @max_files_in_band
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6672
6673
6674
# File 'sig/types.rbs', line 6672

def name
  @name
end

#output_schemas::Array[Types::GlueSchema]

Returns the value of attribute output_schemas.

Returns:



6682
6683
6684
# File 'sig/types.rbs', line 6682

def output_schemas
  @output_schemas
end

#paths::Array[::String]

Returns the value of attribute paths.

Returns:

  • (::Array[::String])


6673
6674
6675
# File 'sig/types.rbs', line 6673

def paths
  @paths
end

#recurseBoolean

Returns the value of attribute recurse.

Returns:

  • (Boolean)


6678
6679
6680
# File 'sig/types.rbs', line 6678

def recurse
  @recurse
end