Class: Aws::Types::EncryptionAtRest
- Inherits:
-
Object
- Object
- Aws::Types::EncryptionAtRest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_encryption_mode ⇒ "DISABLED", ...
Returns the value of attribute catalog_encryption_mode.
-
#catalog_encryption_service_role ⇒ ::String
Returns the value of attribute catalog_encryption_service_role.
-
#sse_aws_kms_key_id ⇒ ::String
Returns the value of attribute sse_aws_kms_key_id.
Instance Attribute Details
#catalog_encryption_mode ⇒ "DISABLED", ...
Returns the value of attribute catalog_encryption_mode.
2891 2892 2893 |
# File 'sig/types.rbs', line 2891 def catalog_encryption_mode @catalog_encryption_mode end |
#catalog_encryption_service_role ⇒ ::String
Returns the value of attribute catalog_encryption_service_role.
2893 2894 2895 |
# File 'sig/types.rbs', line 2893 def catalog_encryption_service_role @catalog_encryption_service_role end |
#sse_aws_kms_key_id ⇒ ::String
Returns the value of attribute sse_aws_kms_key_id.
2892 2893 2894 |
# File 'sig/types.rbs', line 2892 def sse_aws_kms_key_id @sse_aws_kms_key_id end |