Class: Aws::Types::SignalExternalWorkflowExecutionDecisionAttributes

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)


844
845
846
# File 'sig/types.rbs', line 844

def control
  @control
end

#input::String

Returns the value of attribute input.

Returns:

  • (::String)


843
844
845
# File 'sig/types.rbs', line 843

def input
  @input
end

#run_id::String

Returns the value of attribute run_id.

Returns:

  • (::String)


841
842
843
# File 'sig/types.rbs', line 841

def run_id
  @run_id
end

#signal_name::String

Returns the value of attribute signal_name.

Returns:

  • (::String)


842
843
844
# File 'sig/types.rbs', line 842

def signal_name
  @signal_name
end

#workflow_id::String

Returns the value of attribute workflow_id.

Returns:

  • (::String)


840
841
842
# File 'sig/types.rbs', line 840

def workflow_id
  @workflow_id
end