Class: Aws::Types::S3Encryption
- Inherits:
-
Object
- Object
- Aws::Types::S3Encryption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#s3_encryption_mode ⇒ "DISABLED", ...
Returns the value of attribute s3_encryption_mode.
Instance Attribute Details
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
6545 6546 6547 |
# File 'sig/types.rbs', line 6545 def kms_key_arn @kms_key_arn end |
#s3_encryption_mode ⇒ "DISABLED", ...
Returns the value of attribute s3_encryption_mode.
6544 6545 6546 |
# File 'sig/types.rbs', line 6544 def s3_encryption_mode @s3_encryption_mode end |