Class: Aws::Types::WaitTime
- Inherits:
-
Object
- Object
- Aws::Types::WaitTime
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#wait_for ⇒ ::String
Returns the value of attribute wait_for.
-
#wait_until ⇒ ::String
Returns the value of attribute wait_until.
Instance Attribute Details
#wait_for ⇒ ::String
Returns the value of attribute wait_for.
3317 3318 3319 |
# File 'sig/types.rbs', line 3317 def wait_for @wait_for end |
#wait_until ⇒ ::String
Returns the value of attribute wait_until.
3318 3319 3320 |
# File 'sig/types.rbs', line 3318 def wait_until @wait_until end |