Class: Aws::Types::Decision

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#cancel_timer_decision_attributesTypes::CancelTimerDecisionAttributes

Returns the value of attribute cancel_timer_decision_attributes.

Returns:



273
274
275
# File 'sig/types.rbs', line 273

def cancel_timer_decision_attributes
  @cancel_timer_decision_attributes
end

#cancel_workflow_execution_decision_attributesTypes::CancelWorkflowExecutionDecisionAttributes

Returns the value of attribute cancel_workflow_execution_decision_attributes.

Returns:



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_attributesTypes::CompleteWorkflowExecutionDecisionAttributes

Returns the value of attribute complete_workflow_execution_decision_attributes.

Returns:



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_attributesTypes::ContinueAsNewWorkflowExecutionDecisionAttributes

Returns the value of attribute continue_as_new_workflow_execution_decision_attributes.

Returns:



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.

Returns:



264
265
266
# File 'sig/types.rbs', line 264

def decision_type
  @decision_type
end

#fail_workflow_execution_decision_attributesTypes::FailWorkflowExecutionDecisionAttributes

Returns the value of attribute fail_workflow_execution_decision_attributes.

Returns:



268
269
270
# File 'sig/types.rbs', line 268

def fail_workflow_execution_decision_attributes
  @fail_workflow_execution_decision_attributes
end

#record_marker_decision_attributesTypes::RecordMarkerDecisionAttributes

Returns the value of attribute record_marker_decision_attributes.

Returns:



271
272
273
# File 'sig/types.rbs', line 271

def record_marker_decision_attributes
  @record_marker_decision_attributes
end

#request_cancel_activity_task_decision_attributesTypes::RequestCancelActivityTaskDecisionAttributes

Returns the value of attribute request_cancel_activity_task_decision_attributes.

Returns:



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_attributesTypes::RequestCancelExternalWorkflowExecutionDecisionAttributes

Returns the value of attribute request_cancel_external_workflow_execution_decision_attributes.

Returns:



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_attributesTypes::ScheduleActivityTaskDecisionAttributes

Returns the value of attribute schedule_activity_task_decision_attributes.

Returns:



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_attributesTypes::ScheduleLambdaFunctionDecisionAttributes

Returns the value of attribute schedule_lambda_function_decision_attributes.

Returns:



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_attributesTypes::SignalExternalWorkflowExecutionDecisionAttributes

Returns the value of attribute signal_external_workflow_execution_decision_attributes.

Returns:



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_attributesTypes::StartChildWorkflowExecutionDecisionAttributes

Returns the value of attribute start_child_workflow_execution_decision_attributes.

Returns:



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_attributesTypes::StartTimerDecisionAttributes

Returns the value of attribute start_timer_decision_attributes.

Returns:



272
273
274
# File 'sig/types.rbs', line 272

def start_timer_decision_attributes
  @start_timer_decision_attributes
end