Class: Aws::Types::S3ExcelSource

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.



6591
6592
6593
# File 'sig/types.rbs', line 6591

def additional_options
  @additional_options
end

#compression_type"snappy", ...

Returns the value of attribute compression_type.

Returns:

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


6584
6585
6586
# File 'sig/types.rbs', line 6584

def compression_type
  @compression_type
end

#exclusions::Array[::String]

Returns the value of attribute exclusions.

Returns:

  • (::Array[::String])


6585
6586
6587
# File 'sig/types.rbs', line 6585

def exclusions
  @exclusions
end

#group_files::String

Returns the value of attribute group_files.

Returns:

  • (::String)


6587
6588
6589
# File 'sig/types.rbs', line 6587

def group_files
  @group_files
end

#group_size::String

Returns the value of attribute group_size.

Returns:

  • (::String)


6586
6587
6588
# File 'sig/types.rbs', line 6586

def group_size
  @group_size
end

#max_band::Integer

Returns the value of attribute max_band.

Returns:

  • (::Integer)


6589
6590
6591
# File 'sig/types.rbs', line 6589

def max_band
  @max_band
end

#max_files_in_band::Integer

Returns the value of attribute max_files_in_band.

Returns:

  • (::Integer)


6590
6591
6592
# File 'sig/types.rbs', line 6590

def max_files_in_band
  @max_files_in_band
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6582
6583
6584
# File 'sig/types.rbs', line 6582

def name
  @name
end

#number_rows::Integer

Returns the value of attribute number_rows.

Returns:

  • (::Integer)


6592
6593
6594
# File 'sig/types.rbs', line 6592

def number_rows
  @number_rows
end

#output_schemas::Array[Types::GlueSchema]

Returns the value of attribute output_schemas.

Returns:



6594
6595
6596
# File 'sig/types.rbs', line 6594

def output_schemas
  @output_schemas
end

#paths::Array[::String]

Returns the value of attribute paths.

Returns:

  • (::Array[::String])


6583
6584
6585
# File 'sig/types.rbs', line 6583

def paths
  @paths
end

#recurseBoolean

Returns the value of attribute recurse.

Returns:

  • (Boolean)


6588
6589
6590
# File 'sig/types.rbs', line 6588

def recurse
  @recurse
end

Returns the value of attribute skip_footer.

Returns:

  • (::Integer)


6593
6594
6595
# File 'sig/types.rbs', line 6593

def skip_footer
  @skip_footer
end