Class: Aws::Types::EncryptionConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::EncryptionConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#type ⇒ "AWS_MANAGED_KEY", "CUSTOMER_MANAGED_KEY"
Returns the value of attribute type.
Instance Attribute Details
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
82 83 84 |
# File 'sig/types.rbs', line 82 def kms_key_id @kms_key_id end |
#type ⇒ "AWS_MANAGED_KEY", "CUSTOMER_MANAGED_KEY"
Returns the value of attribute type.
81 82 83 |
# File 'sig/types.rbs', line 81 def type @type end |