Class: Aws::Types::PutDataLakeSettingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutDataLakeSettingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
-
#data_lake_settings ⇒ Types::DataLakeSettings
Returns the value of attribute data_lake_settings.
Instance Attribute Details
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
868 869 870 |
# File 'sig/types.rbs', line 868 def catalog_id @catalog_id end |
#data_lake_settings ⇒ Types::DataLakeSettings
Returns the value of attribute data_lake_settings.
869 870 871 |
# File 'sig/types.rbs', line 869 def data_lake_settings @data_lake_settings end |