Class: Aws::Types::ApplicationEncryptionConfigurationUpdate
- Inherits:
-
Object
- Object
- Aws::Types::ApplicationEncryptionConfigurationUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key_id_update ⇒ ::String
Returns the value of attribute key_id_update.
-
#key_type_update ⇒ "AWS_OWNED_KEY", "CUSTOMER_MANAGED_KEY"
Returns the value of attribute key_type_update.
Instance Attribute Details
#key_id_update ⇒ ::String
Returns the value of attribute key_id_update.
194 195 196 |
# File 'sig/types.rbs', line 194 def key_id_update @key_id_update end |
#key_type_update ⇒ "AWS_OWNED_KEY", "CUSTOMER_MANAGED_KEY"
Returns the value of attribute key_type_update.
195 196 197 |
# File 'sig/types.rbs', line 195 def key_type_update @key_type_update end |