Class: Aws::Types::S3JsonSource

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.



6664
6665
6666
# File 'sig/types.rbs', line 6664

def additional_options
  @additional_options
end

#compression_type"gzip", "bzip2"

Returns the value of attribute compression_type.

Returns:

  • ("gzip", "bzip2")


6657
6658
6659
# File 'sig/types.rbs', line 6657

def compression_type
  @compression_type
end

#exclusions::Array[::String]

Returns the value of attribute exclusions.

Returns:

  • (::Array[::String])


6658
6659
6660
# File 'sig/types.rbs', line 6658

def exclusions
  @exclusions
end

#group_files::String

Returns the value of attribute group_files.

Returns:

  • (::String)


6660
6661
6662
# File 'sig/types.rbs', line 6660

def group_files
  @group_files
end

#group_size::String

Returns the value of attribute group_size.

Returns:

  • (::String)


6659
6660
6661
# File 'sig/types.rbs', line 6659

def group_size
  @group_size
end

#json_path::String

Returns the value of attribute json_path.

Returns:

  • (::String)


6665
6666
6667
# File 'sig/types.rbs', line 6665

def json_path
  @json_path
end

#max_band::Integer

Returns the value of attribute max_band.

Returns:

  • (::Integer)


6662
6663
6664
# File 'sig/types.rbs', line 6662

def max_band
  @max_band
end

#max_files_in_band::Integer

Returns the value of attribute max_files_in_band.

Returns:

  • (::Integer)


6663
6664
6665
# File 'sig/types.rbs', line 6663

def max_files_in_band
  @max_files_in_band
end

#multilineBoolean

Returns the value of attribute multiline.

Returns:

  • (Boolean)


6666
6667
6668
# File 'sig/types.rbs', line 6666

def multiline
  @multiline
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6655
6656
6657
# File 'sig/types.rbs', line 6655

def name
  @name
end

#output_schemas::Array[Types::GlueSchema]

Returns the value of attribute output_schemas.

Returns:



6667
6668
6669
# File 'sig/types.rbs', line 6667

def output_schemas
  @output_schemas
end

#paths::Array[::String]

Returns the value of attribute paths.

Returns:

  • (::Array[::String])


6656
6657
6658
# File 'sig/types.rbs', line 6656

def paths
  @paths
end

#recurseBoolean

Returns the value of attribute recurse.

Returns:

  • (Boolean)


6661
6662
6663
# File 'sig/types.rbs', line 6661

def recurse
  @recurse
end