Class: Aws::Types::Encryption
- Inherits:
-
Object
- Object
- Aws::Types::Encryption
- 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.
216 217 218 |
# File 'sig/types.rbs', line 216 def kms_key_arn @kms_key_arn end |
#sse_algorithm ⇒ "aws:kms", "AES256"
Returns the value of attribute sse_algorithm.
215 216 217 |
# File 'sig/types.rbs', line 215 def sse_algorithm @sse_algorithm end |