Class: Aws::Types::S3IcebergCatalogTarget
- Inherits:
-
Object
- Object
- Aws::Types::S3IcebergCatalogTarget
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_options ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_options.
-
#auto_data_quality ⇒ Types::AutoDataQuality
Returns the value of attribute auto_data_quality.
-
#database ⇒ ::String
Returns the value of attribute database.
-
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#partition_keys ⇒ ::Array[::Array[::String]]
Returns the value of attribute partition_keys.
-
#schema_change_policy ⇒ Types::CatalogSchemaChangePolicy
Returns the value of attribute schema_change_policy.
-
#table ⇒ ::String
Returns the value of attribute table.
Instance Attribute Details
#additional_options ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_options.
6633 6634 6635 |
# File 'sig/types.rbs', line 6633 def @additional_options end |
#auto_data_quality ⇒ Types::AutoDataQuality
Returns the value of attribute auto_data_quality.
6635 6636 6637 |
# File 'sig/types.rbs', line 6635 def auto_data_quality @auto_data_quality end |
#database ⇒ ::String
Returns the value of attribute database.
6632 6633 6634 |
# File 'sig/types.rbs', line 6632 def database @database end |
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
6629 6630 6631 |
# File 'sig/types.rbs', line 6629 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
6628 6629 6630 |
# File 'sig/types.rbs', line 6628 def name @name end |
#partition_keys ⇒ ::Array[::Array[::String]]
Returns the value of attribute partition_keys.
6630 6631 6632 |
# File 'sig/types.rbs', line 6630 def partition_keys @partition_keys end |
#schema_change_policy ⇒ Types::CatalogSchemaChangePolicy
Returns the value of attribute schema_change_policy.
6634 6635 6636 |
# File 'sig/types.rbs', line 6634 def schema_change_policy @schema_change_policy end |
#table ⇒ ::String
Returns the value of attribute table.
6631 6632 6633 |
# File 'sig/types.rbs', line 6631 def table @table end |