Class: Aws::Types::RespondDecisionTaskCompletedInput
- Inherits:
-
Object
- Object
- Aws::Types::RespondDecisionTaskCompletedInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#decisions ⇒ ::Array[Types::Decision]
Returns the value of attribute decisions.
-
#execution_context ⇒ ::String
Returns the value of attribute execution_context.
-
#task_list ⇒ Types::TaskList
Returns the value of attribute task_list.
-
#task_list_schedule_to_start_timeout ⇒ ::String
Returns the value of attribute task_list_schedule_to_start_timeout.
-
#task_token ⇒ ::String
Returns the value of attribute task_token.
Instance Attribute Details
#decisions ⇒ ::Array[Types::Decision]
Returns the value of attribute decisions.
788 789 790 |
# File 'sig/types.rbs', line 788 def decisions @decisions end |
#execution_context ⇒ ::String
Returns the value of attribute execution_context.
789 790 791 |
# File 'sig/types.rbs', line 789 def execution_context @execution_context end |
#task_list ⇒ Types::TaskList
Returns the value of attribute task_list.
790 791 792 |
# File 'sig/types.rbs', line 790 def task_list @task_list end |
#task_list_schedule_to_start_timeout ⇒ ::String
Returns the value of attribute task_list_schedule_to_start_timeout.
791 792 793 |
# File 'sig/types.rbs', line 791 def task_list_schedule_to_start_timeout @task_list_schedule_to_start_timeout end |
#task_token ⇒ ::String
Returns the value of attribute task_token.
787 788 789 |
# File 'sig/types.rbs', line 787 def task_token @task_token end |