Class: Aws::Types::Decision
- Inherits:
-
Object
- Object
- Aws::Types::Decision
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cancel_timer_decision_attributes ⇒ Types::CancelTimerDecisionAttributes
Returns the value of attribute cancel_timer_decision_attributes.
-
#cancel_workflow_execution_decision_attributes ⇒ Types::CancelWorkflowExecutionDecisionAttributes
Returns the value of attribute cancel_workflow_execution_decision_attributes.
-
#complete_workflow_execution_decision_attributes ⇒ Types::CompleteWorkflowExecutionDecisionAttributes
Returns the value of attribute complete_workflow_execution_decision_attributes.
-
#continue_as_new_workflow_execution_decision_attributes ⇒ Types::ContinueAsNewWorkflowExecutionDecisionAttributes
Returns the value of attribute continue_as_new_workflow_execution_decision_attributes.
-
#decision_type ⇒ "ScheduleActivityTask", ...
Returns the value of attribute decision_type.
-
#fail_workflow_execution_decision_attributes ⇒ Types::FailWorkflowExecutionDecisionAttributes
Returns the value of attribute fail_workflow_execution_decision_attributes.
-
#record_marker_decision_attributes ⇒ Types::RecordMarkerDecisionAttributes
Returns the value of attribute record_marker_decision_attributes.
-
#request_cancel_activity_task_decision_attributes ⇒ Types::RequestCancelActivityTaskDecisionAttributes
Returns the value of attribute request_cancel_activity_task_decision_attributes.
-
#request_cancel_external_workflow_execution_decision_attributes ⇒ Types::RequestCancelExternalWorkflowExecutionDecisionAttributes
Returns the value of attribute request_cancel_external_workflow_execution_decision_attributes.
-
#schedule_activity_task_decision_attributes ⇒ Types::ScheduleActivityTaskDecisionAttributes
Returns the value of attribute schedule_activity_task_decision_attributes.
-
#schedule_lambda_function_decision_attributes ⇒ Types::ScheduleLambdaFunctionDecisionAttributes
Returns the value of attribute schedule_lambda_function_decision_attributes.
-
#signal_external_workflow_execution_decision_attributes ⇒ Types::SignalExternalWorkflowExecutionDecisionAttributes
Returns the value of attribute signal_external_workflow_execution_decision_attributes.
-
#start_child_workflow_execution_decision_attributes ⇒ Types::StartChildWorkflowExecutionDecisionAttributes
Returns the value of attribute start_child_workflow_execution_decision_attributes.
-
#start_timer_decision_attributes ⇒ Types::StartTimerDecisionAttributes
Returns the value of attribute start_timer_decision_attributes.
Instance Attribute Details
#cancel_timer_decision_attributes ⇒ Types::CancelTimerDecisionAttributes
Returns the value of attribute cancel_timer_decision_attributes.
273 274 275 |
# File 'sig/types.rbs', line 273 def cancel_timer_decision_attributes @cancel_timer_decision_attributes end |
#cancel_workflow_execution_decision_attributes ⇒ Types::CancelWorkflowExecutionDecisionAttributes
Returns the value of attribute cancel_workflow_execution_decision_attributes.
269 270 271 |
# File 'sig/types.rbs', line 269 def cancel_workflow_execution_decision_attributes @cancel_workflow_execution_decision_attributes end |
#complete_workflow_execution_decision_attributes ⇒ Types::CompleteWorkflowExecutionDecisionAttributes
Returns the value of attribute complete_workflow_execution_decision_attributes.
267 268 269 |
# File 'sig/types.rbs', line 267 def complete_workflow_execution_decision_attributes @complete_workflow_execution_decision_attributes end |
#continue_as_new_workflow_execution_decision_attributes ⇒ Types::ContinueAsNewWorkflowExecutionDecisionAttributes
Returns the value of attribute continue_as_new_workflow_execution_decision_attributes.
270 271 272 |
# File 'sig/types.rbs', line 270 def continue_as_new_workflow_execution_decision_attributes @continue_as_new_workflow_execution_decision_attributes end |
#decision_type ⇒ "ScheduleActivityTask", ...
Returns the value of attribute decision_type.
264 265 266 |
# File 'sig/types.rbs', line 264 def decision_type @decision_type end |
#fail_workflow_execution_decision_attributes ⇒ Types::FailWorkflowExecutionDecisionAttributes
Returns the value of attribute fail_workflow_execution_decision_attributes.
268 269 270 |
# File 'sig/types.rbs', line 268 def fail_workflow_execution_decision_attributes @fail_workflow_execution_decision_attributes end |
#record_marker_decision_attributes ⇒ Types::RecordMarkerDecisionAttributes
Returns the value of attribute record_marker_decision_attributes.
271 272 273 |
# File 'sig/types.rbs', line 271 def record_marker_decision_attributes @record_marker_decision_attributes end |
#request_cancel_activity_task_decision_attributes ⇒ Types::RequestCancelActivityTaskDecisionAttributes
Returns the value of attribute request_cancel_activity_task_decision_attributes.
266 267 268 |
# File 'sig/types.rbs', line 266 def request_cancel_activity_task_decision_attributes @request_cancel_activity_task_decision_attributes end |
#request_cancel_external_workflow_execution_decision_attributes ⇒ Types::RequestCancelExternalWorkflowExecutionDecisionAttributes
Returns the value of attribute request_cancel_external_workflow_execution_decision_attributes.
275 276 277 |
# File 'sig/types.rbs', line 275 def request_cancel_external_workflow_execution_decision_attributes @request_cancel_external_workflow_execution_decision_attributes end |
#schedule_activity_task_decision_attributes ⇒ Types::ScheduleActivityTaskDecisionAttributes
Returns the value of attribute schedule_activity_task_decision_attributes.
265 266 267 |
# File 'sig/types.rbs', line 265 def schedule_activity_task_decision_attributes @schedule_activity_task_decision_attributes end |
#schedule_lambda_function_decision_attributes ⇒ Types::ScheduleLambdaFunctionDecisionAttributes
Returns the value of attribute schedule_lambda_function_decision_attributes.
277 278 279 |
# File 'sig/types.rbs', line 277 def schedule_lambda_function_decision_attributes @schedule_lambda_function_decision_attributes end |
#signal_external_workflow_execution_decision_attributes ⇒ Types::SignalExternalWorkflowExecutionDecisionAttributes
Returns the value of attribute signal_external_workflow_execution_decision_attributes.
274 275 276 |
# File 'sig/types.rbs', line 274 def signal_external_workflow_execution_decision_attributes @signal_external_workflow_execution_decision_attributes end |
#start_child_workflow_execution_decision_attributes ⇒ Types::StartChildWorkflowExecutionDecisionAttributes
Returns the value of attribute start_child_workflow_execution_decision_attributes.
276 277 278 |
# File 'sig/types.rbs', line 276 def start_child_workflow_execution_decision_attributes @start_child_workflow_execution_decision_attributes end |
#start_timer_decision_attributes ⇒ Types::StartTimerDecisionAttributes
Returns the value of attribute start_timer_decision_attributes.
272 273 274 |
# File 'sig/types.rbs', line 272 def start_timer_decision_attributes @start_timer_decision_attributes end |