Class: Aws::Types::DataCatalogEncryptionSettings
- Inherits:
-
Object
- Object
- Aws::Types::DataCatalogEncryptionSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_password_encryption ⇒ Types::ConnectionPasswordEncryption
Returns the value of attribute connection_password_encryption.
-
#encryption_at_rest ⇒ Types::EncryptionAtRest
Returns the value of attribute encryption_at_rest.
Instance Attribute Details
#connection_password_encryption ⇒ Types::ConnectionPasswordEncryption
Returns the value of attribute connection_password_encryption.
1954 1955 1956 |
# File 'sig/types.rbs', line 1954 def connection_password_encryption @connection_password_encryption end |
#encryption_at_rest ⇒ Types::EncryptionAtRest
Returns the value of attribute encryption_at_rest.
1953 1954 1955 |
# File 'sig/types.rbs', line 1953 def encryption_at_rest @encryption_at_rest end |