Class: Aws::Types::DecisionTaskScheduledEventAttributes
- Inherits:
-
Object
- Object
- Aws::Types::DecisionTaskScheduledEventAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#schedule_to_start_timeout ⇒ ::String
Returns the value of attribute schedule_to_start_timeout.
-
#start_to_close_timeout ⇒ ::String
Returns the value of attribute start_to_close_timeout.
-
#task_list ⇒ Types::TaskList
Returns the value of attribute task_list.
-
#task_priority ⇒ ::String
Returns the value of attribute task_priority.
Instance Attribute Details
#schedule_to_start_timeout ⇒ ::String
Returns the value of attribute schedule_to_start_timeout.
305 306 307 |
# File 'sig/types.rbs', line 305 def schedule_to_start_timeout @schedule_to_start_timeout end |
#start_to_close_timeout ⇒ ::String
Returns the value of attribute start_to_close_timeout.
304 305 306 |
# File 'sig/types.rbs', line 304 def start_to_close_timeout @start_to_close_timeout end |
#task_list ⇒ Types::TaskList
Returns the value of attribute task_list.
302 303 304 |
# File 'sig/types.rbs', line 302 def task_list @task_list end |
#task_priority ⇒ ::String
Returns the value of attribute task_priority.
303 304 305 |
# File 'sig/types.rbs', line 303 def task_priority @task_priority end |