Class: Aws::Types::StartChildWorkflowExecutionDecisionAttributes

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


886
887
888
# File 'sig/types.rbs', line 886

def child_policy
  @child_policy
end

#control::String

Returns the value of attribute control.

Returns:

  • (::String)


880
881
882
# File 'sig/types.rbs', line 880

def control
  @control
end

#execution_start_to_close_timeout::String

Returns the value of attribute execution_start_to_close_timeout.

Returns:

  • (::String)


882
883
884
# File 'sig/types.rbs', line 882

def execution_start_to_close_timeout
  @execution_start_to_close_timeout
end

#input::String

Returns the value of attribute input.

Returns:

  • (::String)


881
882
883
# File 'sig/types.rbs', line 881

def input
  @input
end

#lambda_role::String

Returns the value of attribute lambda_role.

Returns:

  • (::String)


888
889
890
# File 'sig/types.rbs', line 888

def lambda_role
  @lambda_role
end

#tag_list::Array[::String]

Returns the value of attribute tag_list.

Returns:

  • (::Array[::String])


887
888
889
# File 'sig/types.rbs', line 887

def tag_list
  @tag_list
end

#task_listTypes::TaskList

Returns the value of attribute task_list.

Returns:



883
884
885
# File 'sig/types.rbs', line 883

def task_list
  @task_list
end

#task_priority::String

Returns the value of attribute task_priority.

Returns:

  • (::String)


884
885
886
# File 'sig/types.rbs', line 884

def task_priority
  @task_priority
end

#task_start_to_close_timeout::String

Returns the value of attribute task_start_to_close_timeout.

Returns:

  • (::String)


885
886
887
# File 'sig/types.rbs', line 885

def task_start_to_close_timeout
  @task_start_to_close_timeout
end

#workflow_id::String

Returns the value of attribute workflow_id.

Returns:

  • (::String)


879
880
881
# File 'sig/types.rbs', line 879

def workflow_id
  @workflow_id
end

#workflow_typeTypes::WorkflowType

Returns the value of attribute workflow_type.

Returns:



878
879
880
# File 'sig/types.rbs', line 878

def workflow_type
  @workflow_type
end