Class: Aws::Types::WorkflowExecutionSignaledEventAttributes
- Inherits:
-
Object
- Object
- Aws::Types::WorkflowExecutionSignaledEventAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#external_initiated_event_id ⇒ ::Integer
Returns the value of attribute external_initiated_event_id.
-
#external_workflow_execution ⇒ Types::WorkflowExecution
Returns the value of attribute external_workflow_execution.
-
#input ⇒ ::String
Returns the value of attribute input.
-
#signal_name ⇒ ::String
Returns the value of attribute signal_name.
Instance Attribute Details
#external_initiated_event_id ⇒ ::Integer
Returns the value of attribute external_initiated_event_id.
1163 1164 1165 |
# File 'sig/types.rbs', line 1163 def external_initiated_event_id @external_initiated_event_id end |
#external_workflow_execution ⇒ Types::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.
1161 1162 1163 |
# File 'sig/types.rbs', line 1161 def input @input end |
#signal_name ⇒ ::String
Returns the value of attribute signal_name.
1160 1161 1162 |
# File 'sig/types.rbs', line 1160 def signal_name @signal_name end |