Class: Aws::Types::ScheduleActivityTaskDecisionAttributes

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:



802
803
804
# File 'sig/types.rbs', line 802

def activity_id
  @activity_id
end

#activity_typeTypes::ActivityType

Returns the value of attribute activity_type.

Returns:



801
802
803
# File 'sig/types.rbs', line 801

def activity_type
  @activity_type
end

#control::String

Returns the value of attribute control.

Returns:



803
804
805
# File 'sig/types.rbs', line 803

def control
  @control
end

#heartbeat_timeout::String

Returns the value of attribute heartbeat_timeout.

Returns:



810
811
812
# File 'sig/types.rbs', line 810

def heartbeat_timeout
  @heartbeat_timeout
end

#input::String

Returns the value of attribute input.

Returns:



804
805
806
# File 'sig/types.rbs', line 804

def input
  @input
end

#schedule_to_close_timeout::String

Returns the value of attribute schedule_to_close_timeout.

Returns:



805
806
807
# File 'sig/types.rbs', line 805

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:



808
809
810
# File 'sig/types.rbs', line 808

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:



809
810
811
# File 'sig/types.rbs', line 809

def start_to_close_timeout
  @start_to_close_timeout
end

#task_listTypes::TaskList

Returns the value of attribute task_list.

Returns:



806
807
808
# File 'sig/types.rbs', line 806

def task_list
  @task_list
end

#task_priority::String

Returns the value of attribute task_priority.

Returns:



807
808
809
# File 'sig/types.rbs', line 807

def task_priority
  @task_priority
end