Class: Aws::Types::DeleteKeyRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteKeyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#force_delete ⇒ Boolean
Returns the value of attribute force_delete.
-
#key_name ⇒ ::String
Returns the value of attribute key_name.
Instance Attribute Details
#force_delete ⇒ Boolean
Returns the value of attribute force_delete.
400 401 402 |
# File 'sig/types.rbs', line 400 def force_delete @force_delete end |
#key_name ⇒ ::String
Returns the value of attribute key_name.
399 400 401 |
# File 'sig/types.rbs', line 399 def key_name @key_name end |