Class: Aws::Types::ChildWorkflowExecutionCanceledEventAttributes
- Inherits:
-
Object
- Object
- Aws::Types::ChildWorkflowExecutionCanceledEventAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#details ⇒ ::String
Returns the value of attribute details.
-
#initiated_event_id ⇒ ::Integer
Returns the value of attribute initiated_event_id.
-
#started_event_id ⇒ ::Integer
Returns the value of attribute started_event_id.
-
#workflow_execution ⇒ Types::WorkflowExecution
Returns the value of attribute workflow_execution.
-
#workflow_type ⇒ Types::WorkflowType
Returns the value of attribute workflow_type.
Instance Attribute Details
#details ⇒ ::String
Returns the value of attribute details.
147 148 149 |
# File 'sig/types.rbs', line 147 def details @details end |
#initiated_event_id ⇒ ::Integer
Returns the value of attribute initiated_event_id.
148 149 150 |
# File 'sig/types.rbs', line 148 def initiated_event_id @initiated_event_id end |
#started_event_id ⇒ ::Integer
Returns the value of attribute started_event_id.
149 150 151 |
# File 'sig/types.rbs', line 149 def started_event_id @started_event_id end |
#workflow_execution ⇒ Types::WorkflowExecution
Returns the value of attribute workflow_execution.
145 146 147 |
# File 'sig/types.rbs', line 145 def workflow_execution @workflow_execution end |
#workflow_type ⇒ Types::WorkflowType
Returns the value of attribute workflow_type.
146 147 148 |
# File 'sig/types.rbs', line 146 def workflow_type @workflow_type end |