Class: Aws::Types::S3UpdateObjectEncryptionSSEKMS
- Inherits:
-
Object
- Object
- Aws::Types::S3UpdateObjectEncryptionSSEKMS
- 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.
1886 1887 1888 |
# File 'sig/types.rbs', line 1886 def bucket_key_enabled @bucket_key_enabled end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
1885 1886 1887 |
# File 'sig/types.rbs', line 1885 def kms_key_arn @kms_key_arn end |