Class: Aws::Types::ChildWorkflowExecutionTerminatedEventAttributes

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:

  • (::Integer)


182
183
184
# File 'sig/types.rbs', line 182

def initiated_event_id
  @initiated_event_id
end

#started_event_id::Integer

Returns the value of attribute started_event_id.

Returns:

  • (::Integer)


183
184
185
# File 'sig/types.rbs', line 183

def started_event_id
  @started_event_id
end

#workflow_executionTypes::WorkflowExecution

Returns the value of attribute workflow_execution.



180
181
182
# File 'sig/types.rbs', line 180

def workflow_execution
  @workflow_execution
end

#workflow_typeTypes::WorkflowType

Returns the value of attribute workflow_type.

Returns:



181
182
183
# File 'sig/types.rbs', line 181

def workflow_type
  @workflow_type
end