Class: Aws::Types::KmsEncryptionConfig
- Inherits:
-
Object
- Object
- Aws::Types::KmsEncryptionConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cmk_type ⇒ "CUSTOMER_MANAGED_KMS_KEY", "AWS_OWNED_KMS_KEY"
Returns the value of attribute cmk_type.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
Instance Attribute Details
#cmk_type ⇒ "CUSTOMER_MANAGED_KMS_KEY", "AWS_OWNED_KMS_KEY"
Returns the value of attribute cmk_type.
344 345 346 |
# File 'sig/types.rbs', line 344 def cmk_type @cmk_type end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
345 346 347 |
# File 'sig/types.rbs', line 345 def kms_key_id @kms_key_id end |