Class: Aws::Types::DefaultServerSideEncryption
- Inherits:
-
Object
- Object
- Aws::Types::DefaultServerSideEncryption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encryption_type ⇒ ::String
Returns the value of attribute encryption_type.
-
#kms_master_key_arn ⇒ ::String
Returns the value of attribute kms_master_key_arn.
Instance Attribute Details
#encryption_type ⇒ ::String
Returns the value of attribute encryption_type.
694 695 696 |
# File 'sig/types.rbs', line 694 def encryption_type @encryption_type end |
#kms_master_key_arn ⇒ ::String
Returns the value of attribute kms_master_key_arn.
695 696 697 |
# File 'sig/types.rbs', line 695 def kms_master_key_arn @kms_master_key_arn end |