Class: Aws::Types::WorkflowExecutionTimedOutEventAttributes

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#child_policy"TERMINATE", ...

Returns the value of attribute child_policy.

Returns:

  • ("TERMINATE", "REQUEST_CANCEL", "ABANDON")


1193
1194
1195
# File 'sig/types.rbs', line 1193

def child_policy
  @child_policy
end

#timeout_type"START_TO_CLOSE"

Returns the value of attribute timeout_type.

Returns:

  • ("START_TO_CLOSE")


1192
1193
1194
# File 'sig/types.rbs', line 1192

def timeout_type
  @timeout_type
end