Class: Aws::Types::ExternalWorkflowExecutionSignaledEventAttributes
- Inherits:
-
Object
- Object
- Aws::Types::ExternalWorkflowExecutionSignaledEventAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#initiated_event_id ⇒ ::Integer
Returns the value of attribute initiated_event_id.
-
#workflow_execution ⇒ Types::WorkflowExecution
Returns the value of attribute workflow_execution.
Instance Attribute Details
#initiated_event_id ⇒ ::Integer
Returns the value of attribute initiated_event_id.
428 429 430 |
# File 'sig/types.rbs', line 428 def initiated_event_id @initiated_event_id end |
#workflow_execution ⇒ Types::WorkflowExecution
Returns the value of attribute workflow_execution.
427 428 429 |
# File 'sig/types.rbs', line 427 def workflow_execution @workflow_execution end |