Class: Aws::Types::DecisionTaskCompletedEventAttributes
- Inherits:
-
Object
- Object
- Aws::Types::DecisionTaskCompletedEventAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#execution_context ⇒ ::String
Returns the value of attribute execution_context.
-
#scheduled_event_id ⇒ ::Integer
Returns the value of attribute scheduled_event_id.
-
#started_event_id ⇒ ::Integer
Returns the value of attribute started_event_id.
-
#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.
Instance Attribute Details
#execution_context ⇒ ::String
Returns the value of attribute execution_context.
293 294 295 |
# File 'sig/types.rbs', line 293 def execution_context @execution_context end |
#scheduled_event_id ⇒ ::Integer
Returns the value of attribute scheduled_event_id.
294 295 296 |
# File 'sig/types.rbs', line 294 def scheduled_event_id @scheduled_event_id end |
#started_event_id ⇒ ::Integer
Returns the value of attribute started_event_id.
295 296 297 |
# File 'sig/types.rbs', line 295 def started_event_id @started_event_id end |
#task_list ⇒ Types::TaskList
Returns the value of attribute task_list.
296 297 298 |
# File 'sig/types.rbs', line 296 def task_list @task_list end |
#task_list_schedule_to_start_timeout ⇒ ::String
Returns the value of attribute task_list_schedule_to_start_timeout.
297 298 299 |
# File 'sig/types.rbs', line 297 def task_list_schedule_to_start_timeout @task_list_schedule_to_start_timeout end |