Class: Aws::Types::DeleteSecretRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteSecretRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#force_delete_without_recovery ⇒ Boolean
Returns the value of attribute force_delete_without_recovery.
-
#recovery_window_in_days ⇒ ::Integer
Returns the value of attribute recovery_window_in_days.
-
#secret_id ⇒ ::String
Returns the value of attribute secret_id.
Instance Attribute Details
#force_delete_without_recovery ⇒ Boolean
Returns the value of attribute force_delete_without_recovery.
86 87 88 |
# File 'sig/types.rbs', line 86 def force_delete_without_recovery @force_delete_without_recovery end |
#recovery_window_in_days ⇒ ::Integer
Returns the value of attribute recovery_window_in_days.
85 86 87 |
# File 'sig/types.rbs', line 85 def recovery_window_in_days @recovery_window_in_days end |
#secret_id ⇒ ::String
Returns the value of attribute secret_id.
84 85 86 |
# File 'sig/types.rbs', line 84 def secret_id @secret_id end |