Class: Aws::Types::ExportServerSideEncryption
- Inherits:
-
Object
- Object
- Aws::Types::ExportServerSideEncryption
- 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.
-
#type ⇒ "aws:kms", "AES256"
Returns the value of attribute type.
Instance Attribute Details
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
397 398 399 |
# File 'sig/types.rbs', line 397 def kms_key_arn @kms_key_arn end |
#type ⇒ "aws:kms", "AES256"
Returns the value of attribute type.
398 399 400 |
# File 'sig/types.rbs', line 398 def type @type end |