Class: Aws::Types::WaitActivity
- Inherits:
-
Object
- Object
- Aws::Types::WaitActivity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_activity ⇒ ::String
Returns the value of attribute next_activity.
-
#wait_time ⇒ Types::WaitTime
Returns the value of attribute wait_time.
Instance Attribute Details
#next_activity ⇒ ::String
Returns the value of attribute next_activity.
3311 3312 3313 |
# File 'sig/types.rbs', line 3311 def next_activity @next_activity end |
#wait_time ⇒ Types::WaitTime
Returns the value of attribute wait_time.
3312 3313 3314 |
# File 'sig/types.rbs', line 3312 def wait_time @wait_time end |