Class: Aws::Types::StartWorkflowExecutionInput

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


949
950
951
# File 'sig/types.rbs', line 949

def child_policy
  @child_policy
end

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


940
941
942
# File 'sig/types.rbs', line 940

def domain
  @domain
end

#execution_start_to_close_timeout::String

Returns the value of attribute execution_start_to_close_timeout.

Returns:

  • (::String)


946
947
948
# File 'sig/types.rbs', line 946

def execution_start_to_close_timeout
  @execution_start_to_close_timeout
end

#input::String

Returns the value of attribute input.

Returns:

  • (::String)


945
946
947
# File 'sig/types.rbs', line 945

def input
  @input
end

#lambda_role::String

Returns the value of attribute lambda_role.

Returns:

  • (::String)


950
951
952
# File 'sig/types.rbs', line 950

def lambda_role
  @lambda_role
end

#tag_list::Array[::String]

Returns the value of attribute tag_list.

Returns:

  • (::Array[::String])


947
948
949
# File 'sig/types.rbs', line 947

def tag_list
  @tag_list
end

#task_listTypes::TaskList

Returns the value of attribute task_list.

Returns:



943
944
945
# File 'sig/types.rbs', line 943

def task_list
  @task_list
end

#task_priority::String

Returns the value of attribute task_priority.

Returns:

  • (::String)


944
945
946
# File 'sig/types.rbs', line 944

def task_priority
  @task_priority
end

#task_start_to_close_timeout::String

Returns the value of attribute task_start_to_close_timeout.

Returns:

  • (::String)


948
949
950
# File 'sig/types.rbs', line 948

def task_start_to_close_timeout
  @task_start_to_close_timeout
end

#workflow_id::String

Returns the value of attribute workflow_id.

Returns:

  • (::String)


941
942
943
# File 'sig/types.rbs', line 941

def workflow_id
  @workflow_id
end

#workflow_typeTypes::WorkflowType

Returns the value of attribute workflow_type.

Returns:



942
943
944
# File 'sig/types.rbs', line 942

def workflow_type
  @workflow_type
end