Class: Aws::Types::ServerSideEncryption
- Inherits:
-
Object
- Object
- Aws::Types::ServerSideEncryption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encryption_type ⇒ "NONE", ...
Returns the value of attribute encryption_type.
-
#kms_master_key_id ⇒ ::String
Returns the value of attribute kms_master_key_id.
Instance Attribute Details
#encryption_type ⇒ "NONE", ...
Returns the value of attribute encryption_type.
1687 1688 1689 |
# File 'sig/types.rbs', line 1687 def encryption_type @encryption_type end |
#kms_master_key_id ⇒ ::String
Returns the value of attribute kms_master_key_id.
1688 1689 1690 |
# File 'sig/types.rbs', line 1688 def kms_master_key_id @kms_master_key_id end |