Class: Aws::Types::EncryptionConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::EncryptionConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key_type ⇒ "AWS_OWNED_KMS_KEY", "CUSTOMER_MANAGED_KEY"
Returns the value of attribute key_type.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
Instance Attribute Details
#key_type ⇒ "AWS_OWNED_KMS_KEY", "CUSTOMER_MANAGED_KEY"
Returns the value of attribute key_type.
550 551 552 |
# File 'sig/types.rbs', line 550 def key_type @key_type end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
551 552 553 |
# File 'sig/types.rbs', line 551 def kms_key_arn @kms_key_arn end |