Class: Aws::Types::CatalogIcebergSource
- Inherits:
-
Object
- Object
- Aws::Types::CatalogIcebergSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_iceberg_options ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_iceberg_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_iceberg_options ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_iceberg_options.
666 667 668 |
# File 'sig/types.rbs', line 666 def @additional_iceberg_options end |
#database ⇒ ::String
Returns the value of attribute database.
664 665 666 |
# File 'sig/types.rbs', line 664 def database @database end |
#name ⇒ ::String
Returns the value of attribute name.
663 664 665 |
# File 'sig/types.rbs', line 663 def name @name end |
#output_schemas ⇒ ::Array[Types::GlueSchema]
Returns the value of attribute output_schemas.
667 668 669 |
# File 'sig/types.rbs', line 667 def output_schemas @output_schemas end |
#table ⇒ ::String
Returns the value of attribute table.
665 666 667 |
# File 'sig/types.rbs', line 665 def table @table end |