Class: Aws::Types::TimerCanceledEventAttributes
- Inherits:
-
Object
- Object
- Aws::Types::TimerCanceledEventAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#decision_task_completed_event_id ⇒ ::Integer
Returns the value of attribute decision_task_completed_event_id.
-
#started_event_id ⇒ ::Integer
Returns the value of attribute started_event_id.
-
#timer_id ⇒ ::String
Returns the value of attribute timer_id.
Instance Attribute Details
#decision_task_completed_event_id ⇒ ::Integer
Returns the value of attribute decision_task_completed_event_id.
983 984 985 |
# File 'sig/types.rbs', line 983 def decision_task_completed_event_id @decision_task_completed_event_id end |
#started_event_id ⇒ ::Integer
Returns the value of attribute started_event_id.
982 983 984 |
# File 'sig/types.rbs', line 982 def started_event_id @started_event_id end |
#timer_id ⇒ ::String
Returns the value of attribute timer_id.
981 982 983 |
# File 'sig/types.rbs', line 981 def timer_id @timer_id end |