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.
723 724 725 |
# File 'sig/types.rbs', line 723 def custom_properties @custom_properties end |
#data_lake_access_properties ⇒ Types::DataLakeAccessPropertiesOutput
Returns the value of attribute data_lake_access_properties.
721 722 723 |
# File 'sig/types.rbs', line 721 def data_lake_access_properties @data_lake_access_properties end |
#iceberg_optimization_properties ⇒ Types::IcebergOptimizationPropertiesOutput
Returns the value of attribute iceberg_optimization_properties.
722 723 724 |
# File 'sig/types.rbs', line 722 def iceberg_optimization_properties @iceberg_optimization_properties end |