Class: Aws::Types::ChildWorkflowExecutionTimedOutEventAttributes

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)


191
192
193
# File 'sig/types.rbs', line 191

def initiated_event_id
  @initiated_event_id
end

#started_event_id::Integer

Returns the value of attribute started_event_id.

Returns:

  • (::Integer)


192
193
194
# File 'sig/types.rbs', line 192

def started_event_id
  @started_event_id
end

#timeout_type"START_TO_CLOSE"

Returns the value of attribute timeout_type.

Returns:

  • ("START_TO_CLOSE")


190
191
192
# File 'sig/types.rbs', line 190

def timeout_type
  @timeout_type
end

#workflow_executionTypes::WorkflowExecution

Returns the value of attribute workflow_execution.



188
189
190
# File 'sig/types.rbs', line 188

def workflow_execution
  @workflow_execution
end

#workflow_typeTypes::WorkflowType

Returns the value of attribute workflow_type.

Returns:



189
190
191
# File 'sig/types.rbs', line 189

def workflow_type
  @workflow_type
end