Method: Aws::SWF::Types::Decision#decision_type
- Defined in:
- lib/aws-sdk-swf/types.rb
#decision_type ⇒ String
Specifies the type of the decision.
1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 |
# File 'lib/aws-sdk-swf/types.rb', line 1565 class Decision < Struct.new( :decision_type, :schedule_activity_task_decision_attributes, :request_cancel_activity_task_decision_attributes, :complete_workflow_execution_decision_attributes, :fail_workflow_execution_decision_attributes, :cancel_workflow_execution_decision_attributes, :continue_as_new_workflow_execution_decision_attributes, :record_marker_decision_attributes, :start_timer_decision_attributes, :cancel_timer_decision_attributes, :signal_external_workflow_execution_decision_attributes, :request_cancel_external_workflow_execution_decision_attributes, :start_child_workflow_execution_decision_attributes, :schedule_lambda_function_decision_attributes) SENSITIVE = [] include Aws::Structure end |