Class: Aws::Types::ChildWorkflowExecutionStartedEventAttributes

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#initiated_event_id::Integer

Returns the value of attribute initiated_event_id.

Returns:



175
176
177
# File 'sig/types.rbs', line 175

def initiated_event_id
  @initiated_event_id
end

#workflow_executionTypes::WorkflowExecution

Returns the value of attribute workflow_execution.

Returns:



173
174
175
# File 'sig/types.rbs', line 173

def workflow_execution
  @workflow_execution
end

#workflow_typeTypes::WorkflowType

Returns the value of attribute workflow_type.

Returns:



174
175
176
# File 'sig/types.rbs', line 174

def workflow_type
  @workflow_type
end