Class: Aws::Types::EncryptionConfig
- Inherits:
-
Object
- Object
- Aws::Types::EncryptionConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#encryption_type ⇒ "KMS"
Returns the value of attribute encryption_type.
-
#key_arn ⇒ ::String
Returns the value of attribute key_arn.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
269 270 271 |
# File 'sig/types.rbs', line 269 def enabled @enabled end |
#encryption_type ⇒ "KMS"
Returns the value of attribute encryption_type.
270 271 272 |
# File 'sig/types.rbs', line 270 def encryption_type @encryption_type end |
#key_arn ⇒ ::String
Returns the value of attribute key_arn.
271 272 273 |
# File 'sig/types.rbs', line 271 def key_arn @key_arn end |