Class: Aws::Types::ServerSideEncryptionRule
- Inherits:
-
Object
- Object
- Aws::Types::ServerSideEncryptionRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#apply_server_side_encryption_by_default ⇒ Types::ServerSideEncryptionByDefault
Returns the value of attribute apply_server_side_encryption_by_default.
-
#blocked_encryption_types ⇒ Types::BlockedEncryptionTypes
Returns the value of attribute blocked_encryption_types.
-
#bucket_key_enabled ⇒ Boolean
Returns the value of attribute bucket_key_enabled.
Instance Attribute Details
#apply_server_side_encryption_by_default ⇒ Types::ServerSideEncryptionByDefault
Returns the value of attribute apply_server_side_encryption_by_default.
2893 2894 2895 |
# File 'sig/types.rbs', line 2893 def apply_server_side_encryption_by_default @apply_server_side_encryption_by_default end |
#blocked_encryption_types ⇒ Types::BlockedEncryptionTypes
Returns the value of attribute blocked_encryption_types.
2895 2896 2897 |
# File 'sig/types.rbs', line 2895 def blocked_encryption_types @blocked_encryption_types end |
#bucket_key_enabled ⇒ Boolean
Returns the value of attribute bucket_key_enabled.
2894 2895 2896 |
# File 'sig/types.rbs', line 2894 def bucket_key_enabled @bucket_key_enabled end |