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.
125 126 127 |
# File 'sig/types.rbs', line 125 def enabled @enabled end |
#encryption_type ⇒ "KMS"
Returns the value of attribute encryption_type.
126 127 128 |
# File 'sig/types.rbs', line 126 def encryption_type @encryption_type end |
#key_arn ⇒ ::String
Returns the value of attribute key_arn.
127 128 129 |
# File 'sig/types.rbs', line 127 def key_arn @key_arn end |