Class: Aws::Types::TerminateWorkflowExecutionInput
- Inherits:
-
Object
- Object
- Aws::Types::TerminateWorkflowExecutionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#child_policy ⇒ "TERMINATE", ...
Returns the value of attribute child_policy.
-
#details ⇒ ::String
Returns the value of attribute details.
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#reason ⇒ ::String
Returns the value of attribute reason.
-
#run_id ⇒ ::String
Returns the value of attribute run_id.
-
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
Instance Attribute Details
#child_policy ⇒ "TERMINATE", ...
Returns the value of attribute child_policy.
976 977 978 |
# File 'sig/types.rbs', line 976 def child_policy @child_policy end |
#details ⇒ ::String
Returns the value of attribute details.
975 976 977 |
# File 'sig/types.rbs', line 975 def details @details end |
#domain ⇒ ::String
Returns the value of attribute domain.
971 972 973 |
# File 'sig/types.rbs', line 971 def domain @domain end |
#reason ⇒ ::String
Returns the value of attribute reason.
974 975 976 |
# File 'sig/types.rbs', line 974 def reason @reason end |
#run_id ⇒ ::String
Returns the value of attribute run_id.
973 974 975 |
# File 'sig/types.rbs', line 973 def run_id @run_id end |
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
972 973 974 |
# File 'sig/types.rbs', line 972 def workflow_id @workflow_id end |