Class: Aws::Types::S3CatalogHudiSource
- Inherits:
-
Object
- Object
- Aws::Types::S3CatalogHudiSource
- 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.
6428 6429 6430 |
# File 'sig/types.rbs', line 6428 def @additional_hudi_options end |
#database ⇒ ::String
Returns the value of attribute database.
6426 6427 6428 |
# File 'sig/types.rbs', line 6426 def database @database end |
#name ⇒ ::String
Returns the value of attribute name.
6425 6426 6427 |
# File 'sig/types.rbs', line 6425 def name @name end |
#output_schemas ⇒ ::Array[Types::GlueSchema]
Returns the value of attribute output_schemas.
6429 6430 6431 |
# File 'sig/types.rbs', line 6429 def output_schemas @output_schemas end |
#table ⇒ ::String
Returns the value of attribute table.
6427 6428 6429 |
# File 'sig/types.rbs', line 6427 def table @table end |