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.
2901 2902 2903 |
# File 'sig/types.rbs', line 2901 def catalog_encryption_mode @catalog_encryption_mode end |
#catalog_encryption_service_role ⇒ ::String
Returns the value of attribute catalog_encryption_service_role.
2903 2904 2905 |
# File 'sig/types.rbs', line 2903 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.
2902 2903 2904 |
# File 'sig/types.rbs', line 2902 def sse_aws_kms_key_id @sse_aws_kms_key_id end |