Class: Aws::Types::SignalExternalWorkflowExecutionInitiatedEventAttributes

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:

  • (::String)


864
865
866
# File 'sig/types.rbs', line 864

def control
  @control
end

#decision_task_completed_event_id::Integer

Returns the value of attribute decision_task_completed_event_id.

Returns:

  • (::Integer)


863
864
865
# File 'sig/types.rbs', line 863

def decision_task_completed_event_id
  @decision_task_completed_event_id
end

#input::String

Returns the value of attribute input.

Returns:

  • (::String)


862
863
864
# File 'sig/types.rbs', line 862

def input
  @input
end

#run_id::String

Returns the value of attribute run_id.

Returns:

  • (::String)


860
861
862
# File 'sig/types.rbs', line 860

def run_id
  @run_id
end

#signal_name::String

Returns the value of attribute signal_name.

Returns:

  • (::String)


861
862
863
# File 'sig/types.rbs', line 861

def signal_name
  @signal_name
end

#workflow_id::String

Returns the value of attribute workflow_id.

Returns:

  • (::String)


859
860
861
# File 'sig/types.rbs', line 859

def workflow_id
  @workflow_id
end