Class: Aws::Types::ScheduleActivityTaskDecisionAttributes
- Inherits:
-
Object
- Object
- Aws::Types::ScheduleActivityTaskDecisionAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#activity_id ⇒ ::String
Returns the value of attribute activity_id.
-
#activity_type ⇒ Types::ActivityType
Returns the value of attribute activity_type.
-
#control ⇒ ::String
Returns the value of attribute control.
-
#heartbeat_timeout ⇒ ::String
Returns the value of attribute heartbeat_timeout.
-
#input ⇒ ::String
Returns the value of attribute input.
-
#schedule_to_close_timeout ⇒ ::String
Returns the value of attribute schedule_to_close_timeout.
-
#schedule_to_start_timeout ⇒ ::String
Returns the value of attribute schedule_to_start_timeout.
-
#start_to_close_timeout ⇒ ::String
Returns the value of attribute start_to_close_timeout.
-
#task_list ⇒ Types::TaskList
Returns the value of attribute task_list.
-
#task_priority ⇒ ::String
Returns the value of attribute task_priority.
Instance Attribute Details
#activity_id ⇒ ::String
Returns the value of attribute activity_id.
802 803 804 |
# File 'sig/types.rbs', line 802 def activity_id @activity_id end |
#activity_type ⇒ Types::ActivityType
Returns the value of attribute activity_type.
801 802 803 |
# File 'sig/types.rbs', line 801 def activity_type @activity_type end |
#control ⇒ ::String
Returns the value of attribute control.
803 804 805 |
# File 'sig/types.rbs', line 803 def control @control end |
#heartbeat_timeout ⇒ ::String
Returns the value of attribute heartbeat_timeout.
810 811 812 |
# File 'sig/types.rbs', line 810 def heartbeat_timeout @heartbeat_timeout end |
#input ⇒ ::String
Returns the value of attribute input.
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.
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.
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.
809 810 811 |
# File 'sig/types.rbs', line 809 def start_to_close_timeout @start_to_close_timeout end |
#task_list ⇒ Types::TaskList
Returns the value of attribute task_list.
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.
807 808 809 |
# File 'sig/types.rbs', line 807 def task_priority @task_priority end |