Class: Aws::Types::DeleteKeyInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteKeyInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delete_key_in_days ⇒ ::Integer
Returns the value of attribute delete_key_in_days.
-
#key_identifier ⇒ ::String
Returns the value of attribute key_identifier.
Instance Attribute Details
#delete_key_in_days ⇒ ::Integer
Returns the value of attribute delete_key_in_days.
98 99 100 |
# File 'sig/types.rbs', line 98 def delete_key_in_days @delete_key_in_days end |
#key_identifier ⇒ ::String
Returns the value of attribute key_identifier.
97 98 99 |
# File 'sig/types.rbs', line 97 def key_identifier @key_identifier end |