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.
219 220 221 |
# File 'sig/types.rbs', line 219 def kms_key_arn @kms_key_arn end |
#sse_algorithm ⇒ "aws:kms", "AES256"
Returns the value of attribute sse_algorithm.
218 219 220 |
# File 'sig/types.rbs', line 218 def sse_algorithm @sse_algorithm end |