Class: Aws::Types::WorkflowExecutionCanceledEventAttributes
- Inherits:
-
Object
- Object
- Aws::Types::WorkflowExecutionCanceledEventAttributes
- 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.
-
#details ⇒ ::String
Returns the value of attribute details.
Instance Attribute Details
#decision_task_completed_event_id ⇒ ::Integer
Returns the value of attribute decision_task_completed_event_id.
1069 1070 1071 |
# File 'sig/types.rbs', line 1069 def decision_task_completed_event_id @decision_task_completed_event_id end |
#details ⇒ ::String
Returns the value of attribute details.
1068 1069 1070 |
# File 'sig/types.rbs', line 1068 def details @details end |