Class: Aws::Types::WorkflowExecutionCompletedEventAttributes
- Inherits:
-
Object
- Object
- Aws::Types::WorkflowExecutionCompletedEventAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#decision_task_completed_event_id ⇒ ::Integer
Returns the value of attribute decision_task_completed_event_id.
-
#result ⇒ ::String
Returns the value of attribute result.
Instance Attribute Details
#decision_task_completed_event_id ⇒ ::Integer
Returns the value of attribute decision_task_completed_event_id.
1075 1076 1077 |
# File 'sig/types.rbs', line 1075 def decision_task_completed_event_id @decision_task_completed_event_id end |
#result ⇒ ::String
Returns the value of attribute result.
1074 1075 1076 |
# File 'sig/types.rbs', line 1074 def result @result end |