Class: Aws::Types::ScheduleKeyDeletionResponse
- Inherits:
-
Object
- Object
- Aws::Types::ScheduleKeyDeletionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deletion_date ⇒ ::Time
Returns the value of attribute deletion_date.
-
#key_id ⇒ ::String
Returns the value of attribute key_id.
-
#key_state ⇒ "Creating", ...
Returns the value of attribute key_state.
-
#pending_window_in_days ⇒ ::Integer
Returns the value of attribute pending_window_in_days.
Instance Attribute Details
#deletion_date ⇒ ::Time
Returns the value of attribute deletion_date.
895 896 897 |
# File 'sig/types.rbs', line 895 def deletion_date @deletion_date end |
#key_id ⇒ ::String
Returns the value of attribute key_id.
894 895 896 |
# File 'sig/types.rbs', line 894 def key_id @key_id end |
#key_state ⇒ "Creating", ...
Returns the value of attribute key_state.
896 897 898 |
# File 'sig/types.rbs', line 896 def key_state @key_state end |
#pending_window_in_days ⇒ ::Integer
Returns the value of attribute pending_window_in_days.
897 898 899 |
# File 'sig/types.rbs', line 897 def pending_window_in_days @pending_window_in_days end |