Class: Aws::Types::BucketServerSideEncryption
- Inherits:
-
Object
- Object
- Aws::Types::BucketServerSideEncryption
- 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.
-
#type ⇒ "NONE", ...
Returns the value of attribute type.
Instance Attribute Details
#kms_master_key_id ⇒ ::String
Returns the value of attribute kms_master_key_id.
255 256 257 |
# File 'sig/types.rbs', line 255 def kms_master_key_id @kms_master_key_id end |
#type ⇒ "NONE", ...
Returns the value of attribute type.
256 257 258 |
# File 'sig/types.rbs', line 256 def type @type end |