Class: Aws::Types::RespondDecisionTaskCompletedInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#decisions::Array[Types::Decision]

Returns the value of attribute decisions.

Returns:



788
789
790
# File 'sig/types.rbs', line 788

def decisions
  @decisions
end

#execution_context::String

Returns the value of attribute execution_context.

Returns:

  • (::String)


789
790
791
# File 'sig/types.rbs', line 789

def execution_context
  @execution_context
end

#task_listTypes::TaskList

Returns the value of attribute task_list.

Returns:



790
791
792
# File 'sig/types.rbs', line 790

def task_list
  @task_list
end

#task_list_schedule_to_start_timeout::String

Returns the value of attribute task_list_schedule_to_start_timeout.

Returns:

  • (::String)


791
792
793
# File 'sig/types.rbs', line 791

def task_list_schedule_to_start_timeout
  @task_list_schedule_to_start_timeout
end

#task_token::String

Returns the value of attribute task_token.

Returns:

  • (::String)


787
788
789
# File 'sig/types.rbs', line 787

def task_token
  @task_token
end