Class: Aws::Types::ChildWorkflowExecutionCompletedEventAttributes

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:



157
158
159
# File 'sig/types.rbs', line 157

def initiated_event_id
  @initiated_event_id
end

#result::String

Returns the value of attribute result.

Returns:



156
157
158
# File 'sig/types.rbs', line 156

def result
  @result
end

#started_event_id::Integer

Returns the value of attribute started_event_id.

Returns:



158
159
160
# File 'sig/types.rbs', line 158

def started_event_id
  @started_event_id
end

#workflow_executionTypes::WorkflowExecution

Returns the value of attribute workflow_execution.

Returns:



154
155
156
# File 'sig/types.rbs', line 154

def workflow_execution
  @workflow_execution
end

#workflow_typeTypes::WorkflowType

Returns the value of attribute workflow_type.

Returns:



155
156
157
# File 'sig/types.rbs', line 155

def workflow_type
  @workflow_type
end