Class: Aws::Types::MetadataTableEncryptionConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::MetadataTableEncryptionConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#sse_algorithm ⇒ "aws:kms", "AES256"
Returns the value of attribute sse_algorithm.
Instance Attribute Details
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
1952 1953 1954 |
# File 'sig/types.rbs', line 1952 def kms_key_arn @kms_key_arn end |
#sse_algorithm ⇒ "aws:kms", "AES256"
Returns the value of attribute sse_algorithm.
1951 1952 1953 |
# File 'sig/types.rbs', line 1951 def sse_algorithm @sse_algorithm end |