Class: Aws::Types::CatalogProperties
- Inherits:
-
Object
- Object
- Aws::Types::CatalogProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute custom_properties.
-
#data_lake_access_properties ⇒ Types::DataLakeAccessProperties
Returns the value of attribute data_lake_access_properties.
-
#iceberg_optimization_properties ⇒ Types::IcebergOptimizationProperties
Returns the value of attribute iceberg_optimization_properties.
Instance Attribute Details
#custom_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute custom_properties.
716 717 718 |
# File 'sig/types.rbs', line 716 def custom_properties @custom_properties end |
#data_lake_access_properties ⇒ Types::DataLakeAccessProperties
Returns the value of attribute data_lake_access_properties.
714 715 716 |
# File 'sig/types.rbs', line 714 def data_lake_access_properties @data_lake_access_properties end |
#iceberg_optimization_properties ⇒ Types::IcebergOptimizationProperties
Returns the value of attribute iceberg_optimization_properties.
715 716 717 |
# File 'sig/types.rbs', line 715 def iceberg_optimization_properties @iceberg_optimization_properties end |