Class: Aws::Types::RequestCancelExternalWorkflowExecutionInitiatedEventAttributes

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#control::String

Returns the value of attribute control.

Returns:



750
751
752
# File 'sig/types.rbs', line 750

def control
  @control
end

#decision_task_completed_event_id::Integer

Returns the value of attribute decision_task_completed_event_id.

Returns:



749
750
751
# File 'sig/types.rbs', line 749

def decision_task_completed_event_id
  @decision_task_completed_event_id
end

#run_id::String

Returns the value of attribute run_id.

Returns:



748
749
750
# File 'sig/types.rbs', line 748

def run_id
  @run_id
end

#workflow_id::String

Returns the value of attribute workflow_id.

Returns:



747
748
749
# File 'sig/types.rbs', line 747

def workflow_id
  @workflow_id
end