Class: Aws::Types::ServerSideEncryptionByDefault
- Inherits:
-
Object
- Object
- Aws::Types::ServerSideEncryptionByDefault
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kms_master_key_id ⇒ ::String
Returns the value of attribute kms_master_key_id.
-
#sse_algorithm ⇒ "AES256", ...
Returns the value of attribute sse_algorithm.
Instance Attribute Details
#kms_master_key_id ⇒ ::String
Returns the value of attribute kms_master_key_id.
2883 2884 2885 |
# File 'sig/types.rbs', line 2883 def kms_master_key_id @kms_master_key_id end |
#sse_algorithm ⇒ "AES256", ...
Returns the value of attribute sse_algorithm.
2882 2883 2884 |
# File 'sig/types.rbs', line 2882 def sse_algorithm @sse_algorithm end |