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.
670 671 672 |
# File 'sig/types.rbs', line 670 def @additional_iceberg_options end |
#database ⇒ ::String
Returns the value of attribute database.
668 669 670 |
# File 'sig/types.rbs', line 668 def database @database end |
#name ⇒ ::String
Returns the value of attribute name.
667 668 669 |
# File 'sig/types.rbs', line 667 def name @name end |
#output_schemas ⇒ ::Array[Types::GlueSchema]
Returns the value of attribute output_schemas.
671 672 673 |
# File 'sig/types.rbs', line 671 def output_schemas @output_schemas end |
#table ⇒ ::String
Returns the value of attribute table.
669 670 671 |
# File 'sig/types.rbs', line 669 def table @table end |