Class: Aws::Types::ContinueAsNewWorkflowExecutionDecisionAttributes

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")


218
219
220
# File 'sig/types.rbs', line 218

def child_policy
  @child_policy
end

#execution_start_to_close_timeout::String

Returns the value of attribute execution_start_to_close_timeout.

Returns:

  • (::String)


214
215
216
# File 'sig/types.rbs', line 214

def execution_start_to_close_timeout
  @execution_start_to_close_timeout
end

#input::String

Returns the value of attribute input.

Returns:

  • (::String)


213
214
215
# File 'sig/types.rbs', line 213

def input
  @input
end

#lambda_role::String

Returns the value of attribute lambda_role.

Returns:

  • (::String)


221
222
223
# File 'sig/types.rbs', line 221

def lambda_role
  @lambda_role
end

#tag_list::Array[::String]

Returns the value of attribute tag_list.

Returns:

  • (::Array[::String])


219
220
221
# File 'sig/types.rbs', line 219

def tag_list
  @tag_list
end

#task_listTypes::TaskList

Returns the value of attribute task_list.

Returns:



215
216
217
# File 'sig/types.rbs', line 215

def task_list
  @task_list
end

#task_priority::String

Returns the value of attribute task_priority.

Returns:

  • (::String)


216
217
218
# File 'sig/types.rbs', line 216

def task_priority
  @task_priority
end

#task_start_to_close_timeout::String

Returns the value of attribute task_start_to_close_timeout.

Returns:

  • (::String)


217
218
219
# File 'sig/types.rbs', line 217

def task_start_to_close_timeout
  @task_start_to_close_timeout
end

#workflow_type_version::String

Returns the value of attribute workflow_type_version.

Returns:

  • (::String)


220
221
222
# File 'sig/types.rbs', line 220

def workflow_type_version
  @workflow_type_version
end