Class: Aws::Types::ActivityTaskScheduledEventAttributes

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#activity_id::String

Returns the value of attribute activity_id.

Returns:

  • (::String)


52
53
54
# File 'sig/types.rbs', line 52

def activity_id
  @activity_id
end

#activity_typeTypes::ActivityType

Returns the value of attribute activity_type.

Returns:



51
52
53
# File 'sig/types.rbs', line 51

def activity_type
  @activity_type
end

#control::String

Returns the value of attribute control.

Returns:

  • (::String)


54
55
56
# File 'sig/types.rbs', line 54

def control
  @control
end

#decision_task_completed_event_id::Integer

Returns the value of attribute decision_task_completed_event_id.

Returns:

  • (::Integer)


60
61
62
# File 'sig/types.rbs', line 60

def decision_task_completed_event_id
  @decision_task_completed_event_id
end

#heartbeat_timeout::String

Returns the value of attribute heartbeat_timeout.

Returns:

  • (::String)


61
62
63
# File 'sig/types.rbs', line 61

def heartbeat_timeout
  @heartbeat_timeout
end

#input::String

Returns the value of attribute input.

Returns:

  • (::String)


53
54
55
# File 'sig/types.rbs', line 53

def input
  @input
end

#schedule_to_close_timeout::String

Returns the value of attribute schedule_to_close_timeout.

Returns:

  • (::String)


56
57
58
# File 'sig/types.rbs', line 56

def schedule_to_close_timeout
  @schedule_to_close_timeout
end

#schedule_to_start_timeout::String

Returns the value of attribute schedule_to_start_timeout.

Returns:

  • (::String)


55
56
57
# File 'sig/types.rbs', line 55

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:

  • (::String)


57
58
59
# File 'sig/types.rbs', line 57

def start_to_close_timeout
  @start_to_close_timeout
end

#task_listTypes::TaskList

Returns the value of attribute task_list.

Returns:



58
59
60
# File 'sig/types.rbs', line 58

def task_list
  @task_list
end

#task_priority::String

Returns the value of attribute task_priority.

Returns:

  • (::String)


59
60
61
# File 'sig/types.rbs', line 59

def task_priority
  @task_priority
end