Class: Aws::Types::EncryptionConfig
- Inherits:
-
Object
- Object
- Aws::Types::EncryptionConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#a_ws_owned_key ⇒ Boolean
Returns the value of attribute a_ws_owned_key.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
Instance Attribute Details
#a_ws_owned_key ⇒ Boolean
Returns the value of attribute a_ws_owned_key.
485 486 487 |
# File 'sig/types.rbs', line 485 def a_ws_owned_key @a_ws_owned_key end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
486 487 488 |
# File 'sig/types.rbs', line 486 def kms_key_arn @kms_key_arn end |