Class: Aws::Types::CatalogHudiSource

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])


661
662
663
# File 'sig/types.rbs', line 661

def additional_hudi_options
  @additional_hudi_options
end

#database::String

Returns the value of attribute database.

Returns:

  • (::String)


659
660
661
# File 'sig/types.rbs', line 659

def database
  @database
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


658
659
660
# File 'sig/types.rbs', line 658

def name
  @name
end

#output_schemas::Array[Types::GlueSchema]

Returns the value of attribute output_schemas.

Returns:



662
663
664
# File 'sig/types.rbs', line 662

def output_schemas
  @output_schemas
end

#table::String

Returns the value of attribute table.

Returns:

  • (::String)


660
661
662
# File 'sig/types.rbs', line 660

def table
  @table
end