Class: Aws::Types::ScheduleKeyDeletionRequest
- Inherits:
-
Object
- Object
- Aws::Types::ScheduleKeyDeletionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key_id ⇒ ::String
Returns the value of attribute key_id.
-
#pending_window_in_days ⇒ ::Integer
Returns the value of attribute pending_window_in_days.
Instance Attribute Details
#key_id ⇒ ::String
Returns the value of attribute key_id.
888 889 890 |
# File 'sig/types.rbs', line 888 def key_id @key_id end |
#pending_window_in_days ⇒ ::Integer
Returns the value of attribute pending_window_in_days.
889 890 891 |
# File 'sig/types.rbs', line 889 def pending_window_in_days @pending_window_in_days end |