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.
2917 2918 2919 |
# File 'sig/types.rbs', line 2917 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.
2919 2920 2921 |
# File 'sig/types.rbs', line 2919 def blocked_encryption_types @blocked_encryption_types end |
#bucket_key_enabled ⇒ Boolean
Returns the value of attribute bucket_key_enabled.
2918 2919 2920 |
# File 'sig/types.rbs', line 2918 def bucket_key_enabled @bucket_key_enabled end |