Class: Aws::Types::UnlockDelay
- Inherits:
-
Object
- Object
- Aws::Types::UnlockDelay
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#unlock_delay_unit ⇒ "DAYS"
Returns the value of attribute unlock_delay_unit.
-
#unlock_delay_value ⇒ ::Integer
Returns the value of attribute unlock_delay_value.
Instance Attribute Details
#unlock_delay_unit ⇒ "DAYS"
Returns the value of attribute unlock_delay_unit.
177 178 179 |
# File 'sig/types.rbs', line 177 def unlock_delay_unit @unlock_delay_unit end |
#unlock_delay_value ⇒ ::Integer
Returns the value of attribute unlock_delay_value.
176 177 178 |
# File 'sig/types.rbs', line 176 def unlock_delay_value @unlock_delay_value end |