Class: Aws::Types::KMSKeyDetails
- Inherits:
-
Object
- Object
- Aws::Types::KMSKeyDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encryption_option ⇒ "AWS_OWNED_CMK", "CUSTOMER_MANAGED_CMK"
Returns the value of attribute encryption_option.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
Instance Attribute Details
#encryption_option ⇒ "AWS_OWNED_CMK", "CUSTOMER_MANAGED_CMK"
Returns the value of attribute encryption_option.
171 172 173 |
# File 'sig/types.rbs', line 171 def encryption_option @encryption_option end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
170 171 172 |
# File 'sig/types.rbs', line 170 def kms_key_id @kms_key_id end |