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.
2258 2259 2260 |
# File 'sig/types.rbs', line 2258 def encryption_type @encryption_type end |
#kms_encryption_context ⇒ ::String
Returns the value of attribute kms_encryption_context.
2259 2260 2261 |
# File 'sig/types.rbs', line 2259 def kms_encryption_context @kms_encryption_context end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
2260 2261 2262 |
# File 'sig/types.rbs', line 2260 def kms_key_arn @kms_key_arn end |