Class: Aws::Types::S3CatalogIcebergSource
- Inherits:
-
Object
- Object
- Aws::Types::S3CatalogIcebergSource
- 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.
6437 6438 6439 |
# File 'sig/types.rbs', line 6437 def @additional_iceberg_options end |
#database ⇒ ::String
Returns the value of attribute database.
6435 6436 6437 |
# File 'sig/types.rbs', line 6435 def database @database end |
#name ⇒ ::String
Returns the value of attribute name.
6434 6435 6436 |
# File 'sig/types.rbs', line 6434 def name @name end |
#output_schemas ⇒ ::Array[Types::GlueSchema]
Returns the value of attribute output_schemas.
6438 6439 6440 |
# File 'sig/types.rbs', line 6438 def output_schemas @output_schemas end |
#table ⇒ ::String
Returns the value of attribute table.
6436 6437 6438 |
# File 'sig/types.rbs', line 6436 def table @table end |