Class: Aws::Types::CatalogPropertiesOutput
- Inherits:
-
Object
- Object
- Aws::Types::CatalogPropertiesOutput
- 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::DataLakeAccessPropertiesOutput
Returns the value of attribute data_lake_access_properties.
-
#iceberg_optimization_properties ⇒ Types::IcebergOptimizationPropertiesOutput
Returns the value of attribute iceberg_optimization_properties.
Instance Attribute Details
#custom_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute custom_properties.
727 728 729 |
# File 'sig/types.rbs', line 727 def custom_properties @custom_properties end |
#data_lake_access_properties ⇒ Types::DataLakeAccessPropertiesOutput
Returns the value of attribute data_lake_access_properties.
725 726 727 |
# File 'sig/types.rbs', line 725 def data_lake_access_properties @data_lake_access_properties end |
#iceberg_optimization_properties ⇒ Types::IcebergOptimizationPropertiesOutput
Returns the value of attribute iceberg_optimization_properties.
726 727 728 |
# File 'sig/types.rbs', line 726 def iceberg_optimization_properties @iceberg_optimization_properties end |