Class: Aws::Types::WorkflowExecutionSignaledEventAttributes

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#external_initiated_event_id::Integer

Returns the value of attribute external_initiated_event_id.

Returns:

  • (::Integer)


1163
1164
1165
# File 'sig/types.rbs', line 1163

def external_initiated_event_id
  @external_initiated_event_id
end

#external_workflow_executionTypes::WorkflowExecution

Returns the value of attribute external_workflow_execution.



1162
1163
1164
# File 'sig/types.rbs', line 1162

def external_workflow_execution
  @external_workflow_execution
end

#input::String

Returns the value of attribute input.

Returns:

  • (::String)


1161
1162
1163
# File 'sig/types.rbs', line 1161

def input
  @input
end

#signal_name::String

Returns the value of attribute signal_name.

Returns:

  • (::String)


1160
1161
1162
# File 'sig/types.rbs', line 1160

def signal_name
  @signal_name
end