Class: Aws::Types::PutDataCatalogEncryptionSettingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutDataCatalogEncryptionSettingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
-
#data_catalog_encryption_settings ⇒ Types::DataCatalogEncryptionSettings
Returns the value of attribute data_catalog_encryption_settings.
Instance Attribute Details
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
6069 6070 6071 |
# File 'sig/types.rbs', line 6069 def catalog_id @catalog_id end |
#data_catalog_encryption_settings ⇒ Types::DataCatalogEncryptionSettings
Returns the value of attribute data_catalog_encryption_settings.
6070 6071 6072 |
# File 'sig/types.rbs', line 6070 def data_catalog_encryption_settings @data_catalog_encryption_settings end |