Class: Aws::Types::SSEKMSEncryption
- Inherits:
-
Object
- Object
- Aws::Types::SSEKMSEncryption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_key_enabled ⇒ Boolean
Returns the value of attribute bucket_key_enabled.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
Instance Attribute Details
#bucket_key_enabled ⇒ Boolean
Returns the value of attribute bucket_key_enabled.
2863 2864 2865 |
# File 'sig/types.rbs', line 2863 def bucket_key_enabled @bucket_key_enabled end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
2862 2863 2864 |
# File 'sig/types.rbs', line 2862 def kms_key_arn @kms_key_arn end |