Class: Aws::Types::S3EncryptionConfig
- Inherits:
-
Object
- Object
- Aws::Types::S3EncryptionConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encryption_mode ⇒ "SSE_S3", "SSE_KMS"
Returns the value of attribute encryption_mode.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
Instance Attribute Details
#encryption_mode ⇒ "SSE_S3", "SSE_KMS"
Returns the value of attribute encryption_mode.
485 486 487 |
# File 'sig/types.rbs', line 485 def encryption_mode @encryption_mode end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
486 487 488 |
# File 'sig/types.rbs', line 486 def kms_key_arn @kms_key_arn end |