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.



6723
6724
6725
# File 'sig/types.rbs', line 6723

def additional_options
  @additional_options
end

#compression_type"snappy", ...

Returns the value of attribute compression_type.

Returns:

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


6716
6717
6718
# File 'sig/types.rbs', line 6716

def compression_type
  @compression_type
end

#exclusions::Array[::String]

Returns the value of attribute exclusions.

Returns:

  • (::Array[::String])


6717
6718
6719
# File 'sig/types.rbs', line 6717

def exclusions
  @exclusions
end

#group_files::String

Returns the value of attribute group_files.

Returns:

  • (::String)


6719
6720
6721
# File 'sig/types.rbs', line 6719

def group_files
  @group_files
end

#group_size::String

Returns the value of attribute group_size.

Returns:

  • (::String)


6718
6719
6720
# File 'sig/types.rbs', line 6718

def group_size
  @group_size
end

#max_band::Integer

Returns the value of attribute max_band.

Returns:

  • (::Integer)


6721
6722
6723
# File 'sig/types.rbs', line 6721

def max_band
  @max_band
end

#max_files_in_band::Integer

Returns the value of attribute max_files_in_band.

Returns:

  • (::Integer)


6722
6723
6724
# File 'sig/types.rbs', line 6722

def max_files_in_band
  @max_files_in_band
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6714
6715
6716
# File 'sig/types.rbs', line 6714

def name
  @name
end

#output_schemas::Array[Types::GlueSchema]

Returns the value of attribute output_schemas.

Returns:



6724
6725
6726
# File 'sig/types.rbs', line 6724

def output_schemas
  @output_schemas
end

#paths::Array[::String]

Returns the value of attribute paths.

Returns:

  • (::Array[::String])


6715
6716
6717
# File 'sig/types.rbs', line 6715

def paths
  @paths
end

#recurseBoolean

Returns the value of attribute recurse.

Returns:

  • (Boolean)


6720
6721
6722
# File 'sig/types.rbs', line 6720

def recurse
  @recurse
end