Class: Aws::Types::EncryptionConfig
- Inherits:
-
Object
- Object
- Aws::Types::EncryptionConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encryption_type ⇒ "KMS"
Returns the value of attribute encryption_type.
-
#key_id ⇒ ::String
Returns the value of attribute key_id.
Instance Attribute Details
#encryption_type ⇒ "KMS"
Returns the value of attribute encryption_type.
3174 3175 3176 |
# File 'sig/types.rbs', line 3174 def encryption_type @encryption_type end |
#key_id ⇒ ::String
Returns the value of attribute key_id.
3175 3176 3177 |
# File 'sig/types.rbs', line 3175 def key_id @key_id end |