Class: Aws::Types::S3EncryptionSettings
- Inherits:
-
Object
- Object
- Aws::Types::S3EncryptionSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encryption_type ⇒ "SERVER_SIDE_ENCRYPTION_S3", "SERVER_SIDE_ENCRYPTION_KMS"
Returns the value of attribute encryption_type.
-
#kms_encryption_context ⇒ ::String
Returns the value of attribute kms_encryption_context.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
Instance Attribute Details
#encryption_type ⇒ "SERVER_SIDE_ENCRYPTION_S3", "SERVER_SIDE_ENCRYPTION_KMS"
Returns the value of attribute encryption_type.
2237 2238 2239 |
# File 'sig/types.rbs', line 2237 def encryption_type @encryption_type end |
#kms_encryption_context ⇒ ::String
Returns the value of attribute kms_encryption_context.
2238 2239 2240 |
# File 'sig/types.rbs', line 2238 def kms_encryption_context @kms_encryption_context end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
2239 2240 2241 |
# File 'sig/types.rbs', line 2239 def kms_key_arn @kms_key_arn end |