Class: Aws::Types::RequestCancelExternalWorkflowExecutionDecisionAttributes
- Inherits:
-
Object
- Object
- Aws::Types::RequestCancelExternalWorkflowExecutionDecisionAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#control ⇒ ::String
Returns the value of attribute control.
-
#run_id ⇒ ::String
Returns the value of attribute run_id.
-
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
Instance Attribute Details
#control ⇒ ::String
Returns the value of attribute control.
732 733 734 |
# File 'sig/types.rbs', line 732 def control @control end |
#run_id ⇒ ::String
Returns the value of attribute run_id.
731 732 733 |
# File 'sig/types.rbs', line 731 def run_id @run_id end |
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
730 731 732 |
# File 'sig/types.rbs', line 730 def workflow_id @workflow_id end |