Class: Aws::Types::EncryptionConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::EncryptionConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cmk_arn ⇒ ::String
Returns the value of attribute cmk_arn.
-
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
Instance Attribute Details
#cmk_arn ⇒ ::String
Returns the value of attribute cmk_arn.
110 111 112 |
# File 'sig/types.rbs', line 110 def cmk_arn @cmk_arn end |
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
109 110 111 |
# File 'sig/types.rbs', line 109 def encrypted @encrypted end |