Class: Aws::Types::EncryptionContext
- Inherits:
-
Object
- Object
- Aws::Types::EncryptionContext
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encryption_type ⇒ "AWS_OWNED_KEY", "CUSTOMER_MANAGED_KEY"
Returns the value of attribute encryption_type.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
Instance Attribute Details
#encryption_type ⇒ "AWS_OWNED_KEY", "CUSTOMER_MANAGED_KEY"
Returns the value of attribute encryption_type.
150 151 152 |
# File 'sig/types.rbs', line 150 def encryption_type @encryption_type end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
151 152 153 |
# File 'sig/types.rbs', line 151 def kms_key_arn @kms_key_arn end |