Class: Aws::Types::SignalWorkflowExecutionInput

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#domain::String

Returns the value of attribute domain.

Returns:



869
870
871
# File 'sig/types.rbs', line 869

def domain
  @domain
end

#input::String

Returns the value of attribute input.

Returns:



873
874
875
# File 'sig/types.rbs', line 873

def input
  @input
end

#run_id::String

Returns the value of attribute run_id.

Returns:



871
872
873
# File 'sig/types.rbs', line 871

def run_id
  @run_id
end

#signal_name::String

Returns the value of attribute signal_name.

Returns:



872
873
874
# File 'sig/types.rbs', line 872

def signal_name
  @signal_name
end

#workflow_id::String

Returns the value of attribute workflow_id.

Returns:



870
871
872
# File 'sig/types.rbs', line 870

def workflow_id
  @workflow_id
end