Method: Aws::SWF::Types::Decision#schedule_activity_task_decision_attributes
- Defined in:
- lib/aws-sdk-swf/types.rb
#schedule_activity_task_decision_attributes ⇒ Types::ScheduleActivityTaskDecisionAttributes
Provides the details of the ‘ScheduleActivityTask` decision. It isn’t set for other decision types.
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 |