Class: Aws::Types::ActivityTaskScheduledEventAttributes
- Inherits:
-
Object
- Object
- Aws::Types::ActivityTaskScheduledEventAttributes
- 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.
-
#decision_task_completed_event_id ⇒ ::Integer
Returns the value of attribute decision_task_completed_event_id.
-
#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.
52 53 54 |
# File 'sig/types.rbs', line 52 def activity_id @activity_id end |
#activity_type ⇒ Types::ActivityType
Returns the value of attribute activity_type.
51 52 53 |
# File 'sig/types.rbs', line 51 def activity_type @activity_type end |
#control ⇒ ::String
Returns the value of attribute control.
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.
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.
61 62 63 |
# File 'sig/types.rbs', line 61 def heartbeat_timeout @heartbeat_timeout end |
#input ⇒ ::String
Returns the value of attribute input.
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.
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.
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.
57 58 59 |
# File 'sig/types.rbs', line 57 def start_to_close_timeout @start_to_close_timeout end |
#task_list ⇒ Types::TaskList
Returns the value of attribute task_list.
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.
59 60 61 |
# File 'sig/types.rbs', line 59 def task_priority @task_priority end |