Class: Aws::Types::DecisionTaskScheduledEventAttributes

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#schedule_to_start_timeout::String

Returns the value of attribute schedule_to_start_timeout.

Returns:



305
306
307
# File 'sig/types.rbs', line 305

def schedule_to_start_timeout
  @schedule_to_start_timeout
end

#start_to_close_timeout::String

Returns the value of attribute start_to_close_timeout.

Returns:



304
305
306
# File 'sig/types.rbs', line 304

def start_to_close_timeout
  @start_to_close_timeout
end

#task_listTypes::TaskList

Returns the value of attribute task_list.

Returns:



302
303
304
# File 'sig/types.rbs', line 302

def task_list
  @task_list
end

#task_priority::String

Returns the value of attribute task_priority.

Returns:



303
304
305
# File 'sig/types.rbs', line 303

def task_priority
  @task_priority
end