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.



6750
6751
6752
# File 'sig/types.rbs', line 6750

def additional_options
  @additional_options
end

#compression_type"snappy", ...

Returns the value of attribute compression_type.

Returns:

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


6743
6744
6745
# File 'sig/types.rbs', line 6743

def compression_type
  @compression_type
end

#exclusions::Array[::String]

Returns the value of attribute exclusions.

Returns:

  • (::Array[::String])


6744
6745
6746
# File 'sig/types.rbs', line 6744

def exclusions
  @exclusions
end

#group_files::String

Returns the value of attribute group_files.

Returns:

  • (::String)


6746
6747
6748
# File 'sig/types.rbs', line 6746

def group_files
  @group_files
end

#group_size::String

Returns the value of attribute group_size.

Returns:

  • (::String)


6745
6746
6747
# File 'sig/types.rbs', line 6745

def group_size
  @group_size
end

#max_band::Integer

Returns the value of attribute max_band.

Returns:

  • (::Integer)


6748
6749
6750
# File 'sig/types.rbs', line 6748

def max_band
  @max_band
end

#max_files_in_band::Integer

Returns the value of attribute max_files_in_band.

Returns:

  • (::Integer)


6749
6750
6751
# File 'sig/types.rbs', line 6749

def max_files_in_band
  @max_files_in_band
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6741
6742
6743
# File 'sig/types.rbs', line 6741

def name
  @name
end

#output_schemas::Array[Types::GlueSchema]

Returns the value of attribute output_schemas.

Returns:



6751
6752
6753
# File 'sig/types.rbs', line 6751

def output_schemas
  @output_schemas
end

#paths::Array[::String]

Returns the value of attribute paths.

Returns:

  • (::Array[::String])


6742
6743
6744
# File 'sig/types.rbs', line 6742

def paths
  @paths
end

#recurseBoolean

Returns the value of attribute recurse.

Returns:

  • (Boolean)


6747
6748
6749
# File 'sig/types.rbs', line 6747

def recurse
  @recurse
end