Class: Aws::Types::S3HudiSource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_hudi_options::Hash[::String, ::String]

Returns the value of attribute additional_hudi_options.

Returns:

  • (::Hash[::String, ::String])


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

def additional_hudi_options
  @additional_hudi_options
end

#additional_optionsTypes::S3DirectSourceAdditionalOptions

Returns the value of attribute additional_options.



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

def additional_options
  @additional_options
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#output_schemas::Array[Types::GlueSchema]

Returns the value of attribute output_schemas.

Returns:



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

def output_schemas
  @output_schemas
end

#paths::Array[::String]

Returns the value of attribute paths.

Returns:

  • (::Array[::String])


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

def paths
  @paths
end