Class: Aws::Types::EncryptionConfig
- Inherits:
-
Object
- Object
- Aws::Types::EncryptionConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key_id ⇒ ::String
Returns the value of attribute key_id.
-
#status ⇒ "UPDATING", "ACTIVE"
Returns the value of attribute status.
-
#type ⇒ "NONE", "KMS"
Returns the value of attribute type.
Instance Attribute Details
#key_id ⇒ ::String
Returns the value of attribute key_id.
141 142 143 |
# File 'sig/types.rbs', line 141 def key_id @key_id end |
#status ⇒ "UPDATING", "ACTIVE"
Returns the value of attribute status.
142 143 144 |
# File 'sig/types.rbs', line 142 def status @status end |
#type ⇒ "NONE", "KMS"
Returns the value of attribute type.
143 144 145 |
# File 'sig/types.rbs', line 143 def type @type end |