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.
2839 2840 2841 |
# File 'sig/types.rbs', line 2839 def bucket_key_enabled @bucket_key_enabled end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
2838 2839 2840 |
# File 'sig/types.rbs', line 2838 def kms_key_arn @kms_key_arn end |