Class: Aws::Types::AwsS3BucketServerSideEncryptionByDefault
- Inherits:
-
Object
- Object
- Aws::Types::AwsS3BucketServerSideEncryptionByDefault
- 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 ⇒ ::String
Returns the value of attribute sse_algorithm.
Instance Attribute Details
#kms_master_key_id ⇒ ::String
Returns the value of attribute kms_master_key_id.
4091 4092 4093 |
# File 'sig/types.rbs', line 4091 def kms_master_key_id @kms_master_key_id end |
#sse_algorithm ⇒ ::String
Returns the value of attribute sse_algorithm.
4090 4091 4092 |
# File 'sig/types.rbs', line 4090 def sse_algorithm @sse_algorithm end |