Class: Aws::Types::CatalogHudiSource
- Inherits:
-
Object
- Object
- Aws::Types::CatalogHudiSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_hudi_options ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_hudi_options.
-
#database ⇒ ::String
Returns the value of attribute database.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#output_schemas ⇒ ::Array[Types::GlueSchema]
Returns the value of attribute output_schemas.
-
#table ⇒ ::String
Returns the value of attribute table.
Instance Attribute Details
#additional_hudi_options ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_hudi_options.
657 658 659 |
# File 'sig/types.rbs', line 657 def @additional_hudi_options end |
#database ⇒ ::String
Returns the value of attribute database.
655 656 657 |
# File 'sig/types.rbs', line 655 def database @database end |
#name ⇒ ::String
Returns the value of attribute name.
654 655 656 |
# File 'sig/types.rbs', line 654 def name @name end |
#output_schemas ⇒ ::Array[Types::GlueSchema]
Returns the value of attribute output_schemas.
658 659 660 |
# File 'sig/types.rbs', line 658 def output_schemas @output_schemas end |
#table ⇒ ::String
Returns the value of attribute table.
656 657 658 |
# File 'sig/types.rbs', line 656 def table @table end |