Class: Aws::Types::WorkflowExecutionCancelRequestedEventAttributes
- Inherits:
-
Object
- Object
- Aws::Types::WorkflowExecutionCancelRequestedEventAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cause ⇒ "CHILD_POLICY_APPLIED"
Returns the value of attribute cause.
-
#external_initiated_event_id ⇒ ::Integer
Returns the value of attribute external_initiated_event_id.
-
#external_workflow_execution ⇒ Types::WorkflowExecution
Returns the value of attribute external_workflow_execution.
Instance Attribute Details
#cause ⇒ "CHILD_POLICY_APPLIED"
Returns the value of attribute cause.
1063 1064 1065 |
# File 'sig/types.rbs', line 1063 def cause @cause end |
#external_initiated_event_id ⇒ ::Integer
Returns the value of attribute external_initiated_event_id.
1062 1063 1064 |
# File 'sig/types.rbs', line 1062 def external_initiated_event_id @external_initiated_event_id end |
#external_workflow_execution ⇒ Types::WorkflowExecution
Returns the value of attribute external_workflow_execution.
1061 1062 1063 |
# File 'sig/types.rbs', line 1061 def external_workflow_execution @external_workflow_execution end |